Message ID | 1495634501-3246-1-git-send-email-j-keerthy@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wednesday 24 May 2017 07:31 PM, Keerthy wrote: > The gpio node has 144 gpios. Each gpio is capable of generating > an interrupt. Hence add interrupt-controller property to the gpio > node. With this in place one can use interrupts property in device > tree to request for the gpio interrupts. > > Signed-off-by: Keerthy <j-keerthy@ti.com> Applied to v4.13/dt Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 941d455..2693bd2 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -503,6 +503,8 @@ ti,ngpio = <144>; ti,davinci-gpio-unbanked = <0>; status = "disabled"; + interrupt-controller; + #interrupt-cells = <2>; }; pinconf: pin-controller@22c00c { compatible = "ti,da850-pupd";
The gpio node has 144 gpios. Each gpio is capable of generating an interrupt. Hence add interrupt-controller property to the gpio node. With this in place one can use interrupts property in device tree to request for the gpio interrupts. Signed-off-by: Keerthy <j-keerthy@ti.com> --- Changes in v2: * Added LAKML list. * Chaned arm to upper case in $Subject arch/arm/boot/dts/da850.dtsi | 2 ++ 1 file changed, 2 insertions(+)