diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-22 10:12:28 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-08-23 09:14:50 +0200 |
commit | 19aeb5a80cfac916225aca6143ffb1785c780c51 (patch) | |
tree | 4dea336711ae20b4ce48398b8611a3e5b7ef6656 /arch/arm | |
parent | ARM: dts: a83t: Change the timers compatible (diff) | |
download | linux-19aeb5a80cfac916225aca6143ffb1785c780c51.tar.xz linux-19aeb5a80cfac916225aca6143ffb1785c780c51.zip |
ARM: dts: h3: Change the timers compatible
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 97550a40b6e1..224e105a994a 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -484,7 +484,7 @@ }; 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>; |