2022-12-29 23:20:27

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH] riscv: dts: renesas: rzfive-smarc-som: Enable OSTM nodes

From: Lad Prabhakar <[email protected]>

Enable OSTM{1,2} nodes on RZ/Five SMARC SoM.

Note, OSTM{1,2} nodes are enabled in the RZ/G2UL SMARC SoM DTSI [0] hence
deleting the disabled nodes from RZ/Five SMARC SoM DTSI enables it here
too as we include [0] in RZ/Five SMARC SoM DTSI.

[0] arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi

Signed-off-by: Lad Prabhakar <[email protected]>
---
Note, without patch [0] clocksource-switch tests fail on RZ/Five SoC.

[0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/[email protected]/
---
arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi | 8 --------
1 file changed, 8 deletions(-)

diff --git a/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi b/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi
index 318a584be341..43a74c8a4321 100644
--- a/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi
+++ b/arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi
@@ -28,11 +28,3 @@ phy1: ethernet-phy@7 {
/delete-property/ interrupts;
};
};
-
-&ostm1 {
- status = "disabled";
-};
-
-&ostm2 {
- status = "disabled";
-};
--
2.25.1