We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76de731 commit 28d1e43Copy full SHA for 28d1e43
arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
@@ -599,8 +599,9 @@
599
v3d: v3d@2000000 {
600
compatible = "brcm,2712-v3d";
601
reg = <0x10 0x02000000 0x0 0x4000>,
602
- <0x10 0x02008000 0x0 0x6000>;
603
- reg-names = "hub", "core0";
+ <0x10 0x02008000 0x0 0x6000>,
+ <0x10 0x02030800 0x0 0x0700>;
604
+ reg-names = "hub", "core0", "sms";
605
606
power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
607
resets = <&pm BCM2835_RESET_V3D>;
0 commit comments