X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc83xx%2Fpatches-3.14%2F101-mpc8377_wlan-dts-add-gpio-leds.patch;fp=target%2Flinux%2Fmpc83xx%2Fpatches-3.14%2F101-mpc8377_wlan-dts-add-gpio-leds.patch;h=0000000000000000000000000000000000000000;hp=b8f00ac2113addb1cfef37a8e69f0ffa7f0583cd;hb=abe826643438c5bd2c817ff631621368cbb84c70;hpb=aaba72446c6e4f42beefc8f64d952208a8b0d65e diff --git a/target/linux/mpc83xx/patches-3.14/101-mpc8377_wlan-dts-add-gpio-leds.patch b/target/linux/mpc83xx/patches-3.14/101-mpc8377_wlan-dts-add-gpio-leds.patch deleted file mode 100644 index b8f00ac211..0000000000 --- a/target/linux/mpc83xx/patches-3.14/101-mpc8377_wlan-dts-add-gpio-leds.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/arch/powerpc/boot/dts/mpc8377_wlan.dts -+++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts -@@ -460,4 +460,18 @@ - 0 0x00800000>; - }; - }; -+ -+ leds { -+ compatible = "gpio-leds"; -+ -+ diag { -+ gpios = <&gpio1 9 1>; -+ default-state = "off"; -+ }; -+ -+ wireless { -+ gpios = <&gpio1 10 1>; -+ default-state = "off"; -+ }; -+ }; - };