diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2017-03-30 11:18:53 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-14 21:45:50 +0200 |
commit | b52eb549d2b8e41e5de58fe1815e689c12d4a184 (patch) | |
tree | 190af976fad77ba4e18795aa238e8312972033a9 | |
parent | 4242ddf8f2615749f296b3930799bd47f18d52d8 (diff) | |
download | upstream-b52eb549d2b8e41e5de58fe1815e689c12d4a184.tar.gz upstream-b52eb549d2b8e41e5de58fe1815e689c12d4a184.tar.bz2 upstream-b52eb549d2b8e41e5de58fe1815e689c12d4a184.zip |
kirkwood: NSA325 remove led triggers from dts
delete useless or unusable default led triggers from dts file.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-rw-r--r-- | target/linux/kirkwood/patches-4.4/194-nsa325.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/kirkwood/patches-4.4/194-nsa325.patch b/target/linux/kirkwood/patches-4.4/194-nsa325.patch index 8e5cd7759e..e187374d41 100644 --- a/target/linux/kirkwood/patches-4.4/194-nsa325.patch +++ b/target/linux/kirkwood/patches-4.4/194-nsa325.patch @@ -10,7 +10,7 @@ kirkwood-openrd-base.dtb \ --- /dev/null +++ b/arch/arm/boot/dts/kirkwood-nsa325.dts -@@ -0,0 +1,225 @@ +@@ -0,0 +1,220 @@ +/* + * Device tree file for Zyxel NSA325 and NSA325v2 NAS + */ @@ -140,7 +140,6 @@ + green-sata2 { + label = "nsa325:green:sata2"; + gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; -+ linux,default-trigger = "ide-disk2"; + }; + + red-sata2 { @@ -151,19 +150,16 @@ + green-usb { + label = "nsa325:green:usb"; + gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; -+ linux,default-trigger = "usb-host"; + }; + + green-sys { + label = "nsa325:green:sys"; + gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; -+ linux,default-trigger = "default-on"; + }; + + orange-sys { + label = "nsa325:orange:sys"; + gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; -+ linux,default-trigger = "cpu0"; + }; + + green-copy { @@ -179,7 +175,6 @@ + green-sata1 { + label = "nsa325:green:sata1"; + gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; -+ linux,default-trigger = "ide-disk1"; + }; + + red-sata1 { |