Skip to content

Commit

Permalink
dts: bcm2712d0: Add non-d0 vc6 compatible string
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pelwell committed Oct 10, 2024
1 parent 26ee50d commit e1dadc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
fragment@4 {
target = <&vc4>;
__overlay__ {
compatible = "brcm,bcm2712d0-vc6";
compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm2712d0-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
};

&vc4 {
compatible = "brcm,bcm2712d0-vc6";
compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
};

&uart10 {
Expand Down

0 comments on commit e1dadc4

Please sign in to comment.