diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-04 22:28:42 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-04 22:28:42 +0000 |
commit | 805492bda9bda5a23599f8babc292b0c9a9c9c1b (patch) | |
tree | cc2f29091eafa8e25b7b82971226f645449a117b /target/linux/kirkwood/patches-3.18 | |
parent | 122fadaa003cf6fa969076e147ee11b690de684b (diff) | |
download | upstream-805492bda9bda5a23599f8babc292b0c9a9c9c1b.tar.gz upstream-805492bda9bda5a23599f8babc292b0c9a9c9c1b.tar.bz2 upstream-805492bda9bda5a23599f8babc292b0c9a9c9c1b.zip |
kirkwood: pogo_e02: use mainline led definitions
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47385
Diffstat (limited to 'target/linux/kirkwood/patches-3.18')
-rw-r--r-- | target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch b/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch index 561c07f41c..eb570738f4 100644 --- a/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch +++ b/target/linux/kirkwood/patches-3.18/150-pogoplug_e02.patch @@ -55,12 +55,12 @@ + pinctrl-names = "default"; + + health { -+ label = "status:green:health"; ++ label = "pogo_e02:green:health"; + gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; + default-state = "keep"; + }; + fault { -+ label = "status:orange:fault"; ++ label = "pogo_e02:orange:fault"; + gpios = <&gpio1 17 GPIO_ACTIVE_LOW>; + }; + }; |