Commit 19aeb5a8 authored by Maxime Ripard's avatar Maxime Ripard

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent df75eaac
......@@ -484,7 +484,7 @@ uart3_rts_cts_pins: uart3-rts-cts-pins {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment