[source] kirkwood: NSA325 remove led triggers from dts
LEDE Commits
lede-commits at lists.infradead.org
Sun May 14 12:46:01 PDT 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/b52eb549d2b8e41e5de58fe1815e689c12d4a184
commit b52eb549d2b8e41e5de58fe1815e689c12d4a184
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Thu Mar 30 11:18:53 2017 +0200
kirkwood: NSA325 remove led triggers from dts
delete useless or unusable default led triggers from dts file.
Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
target/linux/kirkwood/patches-4.4/194-nsa325.patch | 7 +------
1 file changed, 1 insertion(+), 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 8e5cd77..e187374 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 {
More information about the lede-commits
mailing list