* [PATCH 1/1] arm64: dts: mba8xx: Add missing #interrupt-cells
@ 2024-02-21 14:40 Alexander Stein
2024-02-25 12:59 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2024-02-21 14:40 UTC (permalink / raw)
To: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Alexander Stein, NXP Linux Team, linux, linux-arm-kernel,
devicetree
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(+)
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 = <®_1v8>;
gpio-line-names = "", "LED_A",
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] arm64: dts: mba8xx: Add missing #interrupt-cells
2024-02-21 14:40 [PATCH 1/1] arm64: dts: mba8xx: Add missing #interrupt-cells Alexander Stein
@ 2024-02-25 12:59 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2024-02-25 12:59 UTC (permalink / raw)
To: Alexander Stein
Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, NXP Linux Team,
linux, linux-arm-kernel, devicetree
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!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-25 13:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 14:40 [PATCH 1/1] arm64: dts: mba8xx: Add missing #interrupt-cells Alexander Stein
2024-02-25 12:59 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).