From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Matyukevich Subject: [PATCH 1/2] ARM: dts: orange-pi-zero: interrupt triggering for XR819 WiFi chip Date: Sat, 20 May 2017 00:35:49 +0300 Message-ID: <20170519213550.8434-2-geomatsi@gmail.com> References: <20170519213550.8434-1-geomatsi@gmail.com> Return-path: In-Reply-To: <20170519213550.8434-1-geomatsi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Ripard , Chen-Yu Tsai Cc: Icenowy Zheng , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sergey Matyukevich List-Id: devicetree@vger.kernel.org Specify interrupt triggering for XR819 SDIO WiFi chip on orange-pi-zero board. For more details see: http://linux-sunxi.org/Wifi#Allwinner Signed-off-by: Sergey Matyukevich --- arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts index 9e8b082c134f..34e4a5a80136 100644 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts @@ -128,6 +128,8 @@ */ xr819: sdio_wifi@1 { reg = <1>; + interrupt-parent = <&pio>; + interrupts = <6 10 IRQ_TYPE_EDGE_RISING>; }; }; -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html