Signed-off-by: Sergei Ianovich <ynv...@gmail.com> CC: Daniel Mack <zon...@gmail.com> CC: Arnd Bergmann <a...@arndb.de> --- v2..v3 v1..v2 * no changes
arch/arm/boot/dts/pxa27x.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi index d7c5d72..44df554 100644 --- a/arch/arm/boot/dts/pxa27x.dtsi +++ b/arch/arm/boot/dts/pxa27x.dtsi @@ -10,5 +10,11 @@ marvell,intc-priority; marvell,intc-nr-irqs = <34>; }; + + gpio: gpio@40e00000 { + compatible = "intel,pxa27x-gpio"; + interrupts = <8>, <9>, <10>; + interrupt-names = "gpio0", "gpio1", "gpio_mux"; + }; }; }; -- 1.8.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/