ARM: dts: h3: Change the timers compatible
authorMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 22 Jul 2019 08:12:28 +0000 (10:12 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 23 Aug 2019 07:14:50 +0000 (09:14 +0200)
Unlike the A10 that has 6 timers available, the H3 has only two, with only
two interrupts, just like the A23. Let's change the compatible to reflect
that.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sunxi-h3-h5.dtsi

index 97550a40b6e10ad396d45e0aebe82f4a53e5f05c..224e105a994a3c71c90a704e5a6d185a8b490732 100644 (file)
                };
 
                timer@1c20c00 {
-                       compatible = "allwinner,sun4i-a10-timer";
+                       compatible = "allwinner,sun8i-a23-timer";
                        reg = <0x01c20c00 0xa0>;
                        interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
                                     <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;