Skip to content

Commit 763e927

Browse files
mairacanalpelwell
authored andcommitted
dts: bcm2712: Add V3D_SMS register
Signed-off-by: Maíra Canal <[email protected]>
1 parent 9cd6cbf commit 763e927

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
@@ -409,8 +409,9 @@
409409
v3d: v3d@2000000 {
410410
compatible = "brcm,2712-v3d";
411411
reg = <0x10 0x02000000 0x0 0x4000>,
412-
<0x10 0x02008000 0x0 0x6000>;
413-
reg-names = "hub", "core0";
412+
<0x10 0x02008000 0x0 0x6000>,
413+
<0x10 0x02030800 0x0 0x0700>;
414+
reg-names = "hub", "core0", "sms";
414415

415416
power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
416417
resets = <&pm BCM2835_RESET_V3D>;

0 commit comments

Comments
 (0)