Commit c1db829b authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

arm64: dts: mba8xx: Add missing #interrupt-cells

The GPIO expander is a interrupt-controller, so add the missing
 #interrupt-cells property as well.

Fixes: 71363a48 ("arm64: dts: freescale: add initial device tree for TQMa8Xx")
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 13ab6f17
......@@ -240,6 +240,7 @@ expander: gpio@70 {
interrupt-parent = <&lsio_gpio4>;
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
#interrupt-cells = <2>;
vcc-supply = <&reg_1v8>;
gpio-line-names = "", "LED_A",
......
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