diff options
author | Samuel Holland <samuel@sholland.org> | 2021-01-18 08:50:35 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-31 21:49:20 +0300 |
commit | 2977fcb7a974e64bdfe43d1114869afaec59d431 (patch) | |
tree | 67c3edc0234b340ae9cdd759d2294198b3266ce4 /arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | |
parent | f0e4a3b1929daa1a48d33c331c1d8432839ad769 (diff) | |
download | linux-2977fcb7a974e64bdfe43d1114869afaec59d431.tar.xz |
ARM: dts: sunxi: Rename nmi_intc to r_intc
The R_INTC block controls more than just the NMI, and it is a different
hardware block than the NMI INTC found in some other Allwinner SoCs, so
the label "nmi_intc" is inaccurate. Name it "r_intc" to match the
compatible and to match the few references in the vendor documentation.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210118055040.21910-6-samuel@sholland.org
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts index a1f28e71aae4..d54a067fc76e 100644 --- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts +++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts @@ -165,7 +165,7 @@ axp22x: pmic@3a3 { compatible = "x-powers,axp223"; reg = <0x3a3>; - interrupt-parent = <&nmi_intc>; + interrupt-parent = <&r_intc>; interrupts = <0 IRQ_TYPE_LEVEL_LOW>; eldoin-supply = <®_dcdc1>; }; |