* [PATCH] ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node
@ 2016-08-27 7:59 Chen-Yu Tsai
2016-08-27 11:59 ` Maxime Ripard
0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2016-08-27 7:59 UTC (permalink / raw)
To: linux-arm-kernel
The R_PIO device node is missing #interrupt-cells, which causes
interrupt parsing to fail to match it as a valid interrupt controller.
Add #interrupt-cells to it. Also remove the unnecesary #address-cells
and #size-cells.
Fixes: 1ac56a6da9e1 ("ARM: dts: sun9i: Add A80 R_PIO pin controller device
node")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
arch/arm/boot/dts/sun9i-a80.dtsi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi
index 24e3cac4f571..3c5214cbe4e6 100644
--- a/arch/arm/boot/dts/sun9i-a80.dtsi
+++ b/arch/arm/boot/dts/sun9i-a80.dtsi
@@ -898,8 +898,7 @@
resets = <&apbs_rst 0>;
gpio-controller;
interrupt-controller;
- #address-cells = <1>;
- #size-cells = <0>;
+ #interrupt-cells = <3>;
#gpio-cells = <3>;
r_ir_pins: r_ir {
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node
2016-08-27 7:59 [PATCH] ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node Chen-Yu Tsai
@ 2016-08-27 11:59 ` Maxime Ripard
0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2016-08-27 11:59 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Aug 27, 2016 at 03:59:50PM +0800, Chen-Yu Tsai wrote:
> The R_PIO device node is missing #interrupt-cells, which causes
> interrupt parsing to fail to match it as a valid interrupt controller.
>
> Add #interrupt-cells to it. Also remove the unnecesary #address-cells
> and #size-cells.
>
> Fixes: 1ac56a6da9e1 ("ARM: dts: sun9i: Add A80 R_PIO pin controller device
> node")
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Applied, thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160827/bde89170/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-27 11:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-27 7:59 [PATCH] ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node Chen-Yu Tsai
2016-08-27 11:59 ` Maxime Ripard
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).