From: Maxime Ripard Date: Mon, 22 Jul 2019 08:12:29 +0000 (+0200) Subject: ARM: dts: v3s: Change the timers compatible X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~3890^2~22^2~7 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=18742b249e37ef13967a34eaf26270a0a00477f6;p=linux.git ARM: dts: v3s: Change the timers compatible Unlike the A10 that has 6 timers available, the v3s has only three, with only three interrupts. Let's change the compatible to reflect that, and add the missing interrupts. Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi index 20a3f11bddcc..ddbcc28dc541 100644 --- a/arch/arm/boot/dts/sun8i-v3s.dtsi +++ b/arch/arm/boot/dts/sun8i-v3s.dtsi @@ -327,10 +327,11 @@ }; timer@1c20c00 { - compatible = "allwinner,sun4i-a10-timer"; + compatible = "allwinner,sun8i-v3s-timer"; reg = <0x01c20c00 0xa0>; interrupts = , - ; + , + ; clocks = <&osc24M>; };