From: Magnus Damm <[email protected]>

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 <[email protected]>
---

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

--- 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>;

Reply via email to