1
0
Fork 0

lantiq: xrx200_legacy: rename PHY LEDs

This commit corrects led phy names. This has been discussed
at link [1] and corrected in the mediatek target in the
commit a51fd20e0d. Now it's time
to do the same thing in the lantiq target.

Link: https://github.com/openwrt/openwrt/pull/18265
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
This commit is contained in:
Aleksander Jan Bajkowski 2025-03-30 19:33:31 +02:00 committed by David Bauer
parent 75403dd1d0
commit e4b8279b7e
1 changed files with 4 additions and 4 deletions

View File

@ -79,14 +79,14 @@
#address-cells = <1>;
#size-cells = <0>;
led-1 {
led@1 {
reg = <1>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_LAN;
};
led-2 {
led@2 {
reg = <2>;
color = <LED_COLOR_ID_AMBER>;
function = LED_FUNCTION_LAN;
@ -101,14 +101,14 @@
#address-cells = <1>;
#size-cells = <0>;
led-1 {
led@1 {
reg = <1>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_LAN;
};
led-2 {
led@2 {
reg = <2>;
color = <LED_COLOR_ID_AMBER>;
function = LED_FUNCTION_LAN;