Skip to content

Commit

Permalink
arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in sp…
Browse files Browse the repository at this point in the history
…lit 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]
  • Loading branch information
jan-kiszka authored and nmenon committed Jun 11, 2021
1 parent c90ec93 commit f1f55c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit f1f55c6

Please sign in to comment.