summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi
diff options
context:
space:
mode:
authorApurva Nandan <a-nandan@ti.com>2023-10-12 15:09:45 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-10-12 21:09:02 +0530
commit88e309b21e16b5d2b446774ebb699313b35f9f0d (patch)
tree43fda53431d74e1220a337a865cd9a69d7cbeee5 /arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi
parent14d8ca9461c69a041eb4d4816cd70b0f56b2ec48 (diff)
arm: dts: k3-j7xx-mcu-wakeup: Enable split mode for MCU R5
Previously, MCU R5F runs DM on core0, and core1 sits waiting in WFI mode. The support to shut the core1 and use it for loading other firmware, while DM runs on core0, has been added. Enable split-mode on the MCU R5F. Use the newly introduced compatible for MCU R5F cores. Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi')
-rw-r--r--arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi b/arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi
index b6f1ebc25f..ac63266ead 100644
--- a/arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi
+++ b/arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi
@@ -339,7 +339,7 @@
mcu_r5fss0: r5fss@41000000 {
compatible = "ti,j721s2-r5fss";
- ti,cluster-mode = <1>;
+ ti,cluster-mode = <0>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x41000000 0x00 0x41000000 0x20000>,
@@ -347,7 +347,7 @@
power-domains = <&k3_pds 345 TI_SCI_PD_EXCLUSIVE>;
mcu_r5fss0_core0: r5f@41000000 {
- compatible = "ti,j721s2-r5f";
+ compatible = "ti,j721s2-mcu-r5f";
reg = <0x41000000 0x00010000>,
<0x41010000 0x00010000>;
reg-names = "atcm", "btcm";
@@ -362,7 +362,7 @@
};
mcu_r5fss0_core1: r5f@41400000 {
- compatible = "ti,j721s2-r5f";
+ compatible = "ti,j721s2-mcu-r5f";
reg = <0x41400000 0x00010000>,
<0x41410000 0x00010000>;
reg-names = "atcm", "btcm";