Skip to content

Commit 28d1e43

Browse files
mairacanalpelwell
authored andcommitted
dts: bcm2712: Add V3D_SMS register
Signed-off-by: Maíra Canal <[email protected]>
1 parent 76de731 commit 28d1e43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,9 @@
599599
v3d: v3d@2000000 {
600600
compatible = "brcm,2712-v3d";
601601
reg = <0x10 0x02000000 0x0 0x4000>,
602-
<0x10 0x02008000 0x0 0x6000>;
603-
reg-names = "hub", "core0";
602+
<0x10 0x02008000 0x0 0x6000>,
603+
<0x10 0x02030800 0x0 0x0700>;
604+
reg-names = "hub", "core0", "sms";
604605

605606
power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
606607
resets = <&pm BCM2835_RESET_V3D>;

0 commit comments

Comments
 (0)