diff options
author | Samuel Holland <samuel@sholland.org> | 2021-01-18 06:50:36 +0100 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2021-03-06 08:39:17 +0100 |
commit | 9fdef3c3d8c20f9a502905f5d1be59c88b874422 (patch) | |
tree | 7b8e97dd6a70c55f94b31afa662b12d4f3334e66 /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | Linux 5.12-rc2 (diff) | |
download | linux-9fdef3c3d8c20f9a502905f5d1be59c88b874422.tar.xz linux-9fdef3c3d8c20f9a502905f5d1be59c88b874422.zip |
ARM: dts: sunxi: Use the new r_intc binding
The binding of R_INTC was updated to allow specifying interrupts other
than the external NMI, since routing those interrupts through the R_INTC
driver allows using them for wakeup.
Update the device trees to use the new binding.
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index a42fac676b31..a84c90a660ca 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -719,7 +719,7 @@ r_intc: interrupt-controller@1f00c00 { compatible = "allwinner,sun6i-a31-r-intc"; interrupt-controller; - #interrupt-cells = <2>; + #interrupt-cells = <3>; reg = <0x01f00c00 0x400>; interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; }; |