diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2023-08-09 20:59:32 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-08-10 06:28:25 +0300 |
commit | 702110c2be999c1ad354ca6e14e8583ebcea2462 (patch) | |
tree | d069da3300ef6e26d92a5a75e2eeaaa7a9fc8f7c /arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | |
parent | 4f1e869915b7a8c48a0501ad0b102002013a7b7a (diff) | |
download | linux-702110c2be999c1ad354ca6e14e8583ebcea2462.tar.xz |
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 'arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi index a04c44708a09..29adf3c6a70d 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -966,8 +966,9 @@ reg = <0x00 0x3c000000 0x00 0x400000>, <0x00 0x38000000 0x00 0x400000>, <0x00 0x31120000 0x00 0x100>, - <0x00 0x33000000 0x00 0x40000>; - reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; + <0x00 0x33000000 0x00 0x40000>, + <0x00 0x31080000 0x00 0x40000>; + reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg"; ti,num-rings = <1024>; ti,sci-rm-range-gp-rings = <0x1>; ti,sci = <&sms>; |