From ea1fe45fae9651ff1b701c4916ed89aa8f2bdb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 20 Jan 2015 07:21:30 +0000 Subject: bcm53xx: backport 3 BCM5301X patches from Hauke repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 44058 --- ...5301X-Switch-DT-files-to-gpio-keys-polled.patch | 49 +++++++++++++++++----- 1 file changed, 39 insertions(+), 10 deletions(-) (limited to 'target/linux/bcm53xx/patches-3.18/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch') diff --git a/target/linux/bcm53xx/patches-3.18/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch b/target/linux/bcm53xx/patches-3.18/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch index 8139ee6761..cc0e75fd43 100644 --- a/target/linux/bcm53xx/patches-3.18/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch +++ b/target/linux/bcm53xx/patches-3.18/350-ARM-BCM5301X-Switch-DT-files-to-gpio-keys-polled.patch @@ -19,7 +19,7 @@ Signed-off-by: Rafał Miłecki --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts -@@ -92,7 +92,7 @@ +@@ -92,9 +92,10 @@ }; gpio-keys { @@ -27,10 +27,13 @@ Signed-off-by: Rafał Miłecki + compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; - poll-interval = <200>; ++ poll-interval = <200>; + + restart { + label = "Reset"; --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts -@@ -69,7 +69,7 @@ +@@ -69,9 +69,10 @@ }; gpio-keys { @@ -38,10 +41,13 @@ Signed-off-by: Rafał Miłecki + compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; - poll-interval = <200>; ++ poll-interval = <200>; + + wps { + label = "WPS"; --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts -@@ -59,7 +59,7 @@ +@@ -59,9 +59,10 @@ }; gpio-keys { @@ -49,10 +55,13 @@ Signed-off-by: Rafał Miłecki + compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; - poll-interval = <200>; ++ poll-interval = <200>; + + wps { + label = "WPS"; --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts -@@ -59,7 +59,7 @@ +@@ -59,9 +59,10 @@ }; gpio-keys { @@ -60,10 +69,13 @@ Signed-off-by: Rafał Miłecki + compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; - poll-interval = <200>; ++ poll-interval = <200>; + + restart { + label = "Reset"; --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts -@@ -92,7 +92,7 @@ +@@ -92,9 +92,10 @@ }; gpio-keys { @@ -71,4 +83,21 @@ Signed-off-by: Rafał Miłecki + compatible = "gpio-keys-polled"; #address-cells = <1>; #size-cells = <0>; - poll-interval = <200>; ++ poll-interval = <200>; + + aoss { + label = "AOSS"; +--- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts ++++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts +@@ -47,9 +47,10 @@ + }; + + gpio-keys { +- compatible = "gpio-keys"; ++ compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; ++ poll-interval = <200>; + + restart { + label = "Reset"; -- cgit v1.2.3