Commit 628f020d authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun6i: Add missing timers interrupts

The timer unit in the A31 has 6 interrupts available. List all of them.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent f49f797c
......@@ -736,7 +736,8 @@ timer@1c20c00 {
<GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
<GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&osc24M>;
};
......
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