From a0d14510884e6549a1637f69b0bb7325b280aff8 Mon Sep 17 00:00:00 2001 From: Alex Lewontin Date: Fri, 21 Feb 2020 15:57:44 -0500 Subject: [PATCH] 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 [improve commit title/message] Signed-off-by: Adrian Schmutzler --- target/linux/ramips/dts/mt7628an_netgear_r6120.dts | 6 +++--- 1 file 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>; };