Author: kaloz Date: 2014-06-29 23:26:01 +0200 (Sun, 29 Jun 2014) New Revision: 41392
Modified: trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts Log: [mvebu]: fix the WPS button's GPIO number on the mamba Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts =================================================================== --- trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts 2014-06-29 18:36:39 UTC (rev 41391) +++ trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts 2014-06-29 21:26:01 UTC (rev 41392) @@ -245,7 +245,7 @@ button@1 { label = "WPS"; linux,code = <KEY_WPS_BUTTON>; - gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; }; button@2 { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
