arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in split mode

Lockstep mode is not supported here. So turn it off to avoid warnings
during startup.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/3a241e50-80a3-992a-2445-345c629d7895@siemens.com
This commit is contained in:
Jan Kiszka 2021-06-02 08:56:15 +02:00 committed by Nishanth Menon
parent c90ec93d94
commit f1f55c6b77
1 changed files with 5 additions and 0 deletions

View File

@ -59,3 +59,8 @@
pinctrl-names = "default";
pinctrl-0 = <&main_uart0_pins_default>;
};
&mcu_r5fss0 {
/* lock-step mode not supported on this board */
ti,cluster-mode = <0>;
};