diff options
author | Alex Lewontin <alex.c.lewontin@gmail.com> | 2020-02-21 15:57:44 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-04-06 17:08:38 +0200 |
commit | a0d14510884e6549a1637f69b0bb7325b280aff8 (patch) | |
tree | ae7691384961ff717e8511e85bfeb3b3ae20b6fe /target | |
parent | 02f07c640159ed1ef0698f3a4198cf5363680edd (diff) | |
download | upstream-a0d14510884e6549a1637f69b0bb7325b280aff8.tar.gz upstream-a0d14510884e6549a1637f69b0bb7325b280aff8.tar.bz2 upstream-a0d14510884e6549a1637f69b0bb7325b280aff8.zip |
ramips: harmonize Netgear R6120 DT LED node names
This changes the node names for the LEDs in the Netgear R6120
device-tree file to provide consistency with other devices.
Signed-off-by: Alex Lewontin <alex.c.lewontin@gmail.com>
[improve commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_netgear_r6120.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts index 49ca189645..dc9de9f4bf 100644 --- a/target/linux/ramips/dts/mt7628an_netgear_r6120.dts +++ b/target/linux/ramips/dts/mt7628an_netgear_r6120.dts @@ -40,17 +40,17 @@ gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; - wlan { + wlan2g_green { label = "r6120:green:wlan2g"; gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; }; - wlan_orange { + wlan2g_orange { label = "r6120:orange:wlan2g"; gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; }; - wan { + wan_green { label = "r6120:green:wan"; gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; }; |