diff options
author | Jan Kiszka <[email protected]> | 2021-06-02 08:56:15 +0200 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2021-06-11 13:21:55 -0500 |
commit | f1f55c6b77b6e88f8b9a95b7cb491bb619a1e6bc (patch) | |
tree | 405f622dadf0abf2a3cb899e1b7a98a4acdafd4d | |
parent | c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef (diff) |
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 <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts b/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts index 4f7e3f2a6265..94bb5dd39122 100644 --- a/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts +++ b/arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts @@ -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>; +}; |