mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-12 18:00:55 +00:00
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>
This commit is contained in:
parent
02f07c6401
commit
a0d1451088
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user