aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-03-06 12:07:49 +0530
committerTom Rini <trini@konsulko.com>2024-03-19 18:40:46 -0400
commitdb5c91b69a1a36a6e772524e1dd7e011d7ad0066 (patch)
tree610c31b047b1b4d778470e56a0779198efb67fb8 /arch/arm
parentef7d7a293c91b60c342210e7f261073ab269e7d2 (diff)
downloadu-boot-db5c91b69a1a36a6e772524e1dd7e011d7ad0066.zip
u-boot-db5c91b69a1a36a6e772524e1dd7e011d7ad0066.tar.gz
u-boot-db5c91b69a1a36a6e772524e1dd7e011d7ad0066.tar.bz2
arm: dts: k3-j7200-r5-common: Add missing overrides for ringacc and udmap
Corrects the ti,sci property to point to dm_tifs node for proper functioning of mcu_ringacc and mcu_udmap. Fixes: df73e791ce09 ("arm: dts: j7200: dts sync with Linux 6.6-rc1") Signed-off-by: Aniket Limaye <a-limaye@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/k3-j7200-r5-common-proc-board.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index c4ca09b..fb7e2e5 100644
--- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@ -88,3 +88,11 @@
reg = <0x0 0x47040000 0x0 0x100>,
<0x0 0x50000000 0x0 0x8000000>;
};
+
+&mcu_ringacc {
+ ti,sci = <&dm_tifs>;
+};
+
+&mcu_udmap {
+ ti,sci = <&dm_tifs>;
+};