diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-02-21 17:40:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-25 15:59:10 +0300 |
commit | c1db829b6d1ab2dccf82d63d26e690514e812740 (patch) | |
tree | 9093b328863f3ff50e2eb52e969a887e30a9676d /arch/arm64 | |
parent | 13ab6f174a6b577bd7d09124b47ec8ace2682e42 (diff) | |
download | linux-c1db829b6d1ab2dccf82d63d26e690514e812740.tar.xz |
arm64: dts: mba8xx: Add missing #interrupt-cells
The GPIO expander is a interrupt-controller, so add the missing
#interrupt-cells property as well.
Fixes: 71363a485ad0c ("arm64: dts: freescale: add initial device tree for TQMa8Xx")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/mba8xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi index 3b4c5fa21f31..276d1683b03b 100644 --- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi @@ -240,6 +240,7 @@ interrupt-parent = <&lsio_gpio4>; interrupts = <19 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + #interrupt-cells = <2>; vcc-supply = <®_1v8>; gpio-line-names = "", "LED_A", |