lantiq: xrx200_legacy: rename PHY LEDs
authorAleksander Jan Bajkowski <[email protected]>
Sun, 30 Mar 2025 17:33:31 +0000 (19:33 +0200)
committerDavid Bauer <[email protected]>
Sat, 10 May 2025 19:28:40 +0000 (21:28 +0200)
This commit corrects led phy names. This has been discussed
at link [1] and corrected in the mediatek target in the
commit a51fd20e0d65ef836ee6c1e13c39a529855af4a0. 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 <[email protected]>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts

index b7cdf9d569f696cf6145b109e77accd6ac9b74e5..478934c2c19a65a3e6545652d9eca209a2617589 100644 (file)
                        #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;
                        #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;