Skip to content

Commit e15745e

Browse files
pelwellpopcornmix
authored andcommitted
dts: bcm2712d0: Add non-d0 vc6 compatible string
Although the VC4/VC6 driver requires a special compatible string for the "d0" stepping, the removal of the old compatible string upsets Mesa. Satisfy both requirements by adding the old "brcm,bcm2712-vc6" string as a fallback. Signed-off-by: Phil Elwell <[email protected]>
1 parent 13808c4 commit e15745e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
fragment@4 {
4242
target = <&vc4>;
4343
__overlay__ {
44-
compatible = "brcm,bcm2712d0-vc6";
44+
compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
4545
};
4646
};
4747

arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
};
8888

8989
&vc4 {
90-
compatible = "brcm,bcm2712d0-vc6";
90+
compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
9191
};
9292

9393
&uart10 {

0 commit comments

Comments
 (0)