Skip to content

Commit 785784e

Browse files
committed
dts: bcm2712: Add V3D_SMS register
Signed-off-by: Maíra Canal <[email protected]>
1 parent 19aae53 commit 785784e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,9 @@
12221222
v3d: v3d@2000000 {
12231223
compatible = "brcm,2712-v3d";
12241224
reg = <0x10 0x02000000 0x0 0x4000>,
1225-
<0x10 0x02008000 0x0 0x6000>;
1226-
reg-names = "hub", "core0";
1225+
<0x10 0x02008000 0x0 0x6000>,
1226+
<0x10 0x02030800 0x0 0x0700>;
1227+
reg-names = "hub", "core0", "sms";
12271228

12281229
power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
12291230
resets = <&pm BCM2835_RESET_V3D>;

0 commit comments

Comments
 (0)