diff mbox series

[2/3] ARM: dts: Update CMT1 DT compat strings on sh73a0

Message ID 156076301977.5827.3699303660557384258.sendpatchset@octo (mailing list archive)
State Deferred
Delegated to: Simon Horman
Headers show
Series ARM: dts: Minor CMT update for 32-bit ARM SoCs | expand

Commit Message

Magnus Damm June 17, 2019, 9:16 a.m. UTC
From: Magnus Damm <damm+renesas@opensource.se>

Update the sh73a0 to use the CMT1 DT compat string documented in:
[PATCH 2/8] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740

The "renesas,cmt-48" portion is left as-is to avoid breakage until the CMT
driver has been updated to make use of the new DT compat strings.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/boot/dts/sh73a0.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- 0001/arch/arm/boot/dts/sh73a0.dtsi
+++ work/arch/arm/boot/dts/sh73a0.dtsi	2019-06-17 14:23:20.096369624 +0900
@@ -92,7 +92,7 @@ 
 	};
 
 	cmt1: timer@e6138000 {
-		compatible = "renesas,cmt-48-sh73a0", "renesas,cmt-48";
+		compatible = "renesas,sh73a0-cmt1", "renesas,cmt-48";
 		reg = <0xe6138000 0x200>;
 		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp3_clks SH73A0_CLK_CMT1>;