diff mbox series

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

Message ID 3a241e50-80a3-992a-2445-345c629d7895@siemens.com
State Accepted
Commit f1f55c6b77b6e88f8b9a95b7cb491bb619a1e6bc
Headers show
Series arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in split mode | expand

Commit Message

Jan Kiszka June 2, 2021, 6:56 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

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

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 arch/arm64/boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Nishanth Menon June 11, 2021, 7:01 p.m. UTC | #1
On Wed, 2 Jun 2021 08:56:15 +0200, Jan Kiszka wrote:
> Lockstep mode is not supported here. So turn it off to avoid warnings

> during startup.


Hi Jan Kiszka,

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: iot2050: Configure r5f cluster on basic variant in split mode
      commit: f1f55c6b77b6e88f8b9a95b7cb491bb619a1e6bc


All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
diff mbox series

Patch

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 @@  &main_uart0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&main_uart0_pins_default>;
 };
+
+&mcu_r5fss0 {
+	/* lock-step mode not supported on this board */
+	ti,cluster-mode = <0>;
+};