projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7d7a2
)
arm: dts: k3-j7200-r5-common: Add missing overrides for ringacc and udmap
author
Aniket Limaye
<a-limaye@ti.com>
Wed, 6 Mar 2024 06:37:49 +0000
(12:07 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 19 Mar 2024 22:40:46 +0000
(18:40 -0400)
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>
arch/arm/dts/k3-j7200-r5-common-proc-board.dts
patch
|
blob
|
history
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 c4ca09b1e030639c76c20d34483afaf348231025..fb7e2e502392135c5e483f9b146d8ce64c5229a5 100644
(file)
--- 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>;
+};