diff mbox series

[1/1] arm64: dts: mba8xx: Add missing #interrupt-cells

Message ID 20240221144012.533946-1-alexander.stein@ew.tq-group.com (mailing list archive)
State New, archived
Headers show
Series [1/1] arm64: dts: mba8xx: Add missing #interrupt-cells | expand

Commit Message

Alexander Stein Feb. 21, 2024, 2:40 p.m. UTC
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>
---
 arch/arm64/boot/dts/freescale/mba8xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Feb. 25, 2024, 12:59 p.m. UTC | #1
On Wed, Feb 21, 2024 at 03:40:12PM +0100, Alexander Stein wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/mba8xx.dtsi b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
index 4a9986409947f..b06f7fe8f85c5 100644
--- a/arch/arm64/boot/dts/freescale/mba8xx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8xx.dtsi
@@ -263,6 +263,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",