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>
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>;
};