From: Jon Hunter Date: Thu, 7 Mar 2013 21:44:39 +0000 (-0600) Subject: ARM: dts: OMAP3+: Correct gpio #interrupts-cells property X-Git-Tag: omap-for-v3.10/dt-signed-v2~1^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5c9059c9ba65b8bd91fd3cffac863f91f3b425;p=pandora-kernel.git ARM: dts: OMAP3+: Correct gpio #interrupts-cells property The OMAP gpio binding documention [1] states that the #interrupts-cells property for gpio controllers should be 2. Currently, for OMAP3+ devices the #interrupt-cells is set to 1. By setting this property to 2, it allows clients to pass a 2nd parameter indicating the sensitivity (level or edge) and polarity (high or low) of the interrupt. The OMAP gpio controllers support these options and so update the #interrupt-cells property for OMAP3+ devices to 2. [1] Documentation/devicetree/bindings/gpio/gpio-omap.txt Signed-off-by: Jon Hunter Signed-off-by: Benoit Cousson --- Reading git-diff-tree failed