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 85e1a75 commit 3c21211Copy full SHA for 3c21211
arch/arm64/boot/dts/broadcom/bcm2712.dtsi
@@ -1222,8 +1222,9 @@
1222
v3d: v3d@2000000 {
1223
compatible = "brcm,2712-v3d";
1224
reg = <0x10 0x02000000 0x0 0x4000>,
1225
- <0x10 0x02008000 0x0 0x6000>;
1226
- reg-names = "hub", "core0";
+ <0x10 0x02008000 0x0 0x6000>,
+ <0x10 0x02030800 0x0 0x0700>;
1227
+ reg-names = "hub", "core0", "sms";
1228
1229
power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
1230
resets = <&pm BCM2835_RESET_V3D>;
0 commit comments