diff options
author | 2023-08-09 23:29:32 +0530 | |
---|---|---|
committer | 2023-08-09 22:28:25 -0500 | |
commit | 702110c2be999c1ad354ca6e14e8583ebcea2462 (patch) | |
tree | d069da3300ef6e26d92a5a75e2eeaaa7a9fc8f7c /arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | |
parent | dt-bindings: soc: ti: k3-ringacc: Describe cfg reg region (diff) | |
download | wireguard-linux-702110c2be999c1ad354ca6e14e8583ebcea2462.tar.xz wireguard-linux-702110c2be999c1ad354ca6e14e8583ebcea2462.zip |
arm64: dts: ti: k3: Add cfg reg region to ringacc node
Add register range of ringacc cfg node to all k3 SoC dtsi files. This is
normally under Device Management firmware control but some entities like
bootloader have to access directly and thus required to be present in DT.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20230809175932.2553156-3-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi index 740ee794d7b9..42709489c5d1 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi @@ -455,8 +455,9 @@ reg = <0x00 0x2b800000 0x00 0x400000>, <0x00 0x2b000000 0x00 0x400000>, <0x00 0x28590000 0x00 0x100>, - <0x00 0x2a500000 0x00 0x40000>; - reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; + <0x00 0x2a500000 0x00 0x40000>, + <0x00 0x28440000 0x00 0x40000>; + reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; ti,num-rings = <286>; ti,sci-rm-range-gp-rings = <0x1>; ti,sci = <&sms>; |