From: Aleksander Jan Bajkowski Date: Sun, 30 Mar 2025 17:33:31 +0000 (+0200) Subject: lantiq: xrx200_legacy: rename PHY LEDs X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e4b8279b7e85cba9213164e4e9373784059206f7;p=openwrt%2Fstaging%2Fstintel.git 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 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 --- diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts index b7cdf9d569..478934c2c1 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts @@ -79,14 +79,14 @@ #address-cells = <1>; #size-cells = <0>; - led-1 { + led@1 { reg = <1>; color = ; function = LED_FUNCTION_LAN; }; - led-2 { + led@2 { reg = <2>; color = ; function = LED_FUNCTION_LAN; @@ -101,14 +101,14 @@ #address-cells = <1>; #size-cells = <0>; - led-1 { + led@1 { reg = <1>; color = ; function = LED_FUNCTION_LAN; }; - led-2 { + led@2 { reg = <2>; color = ; function = LED_FUNCTION_LAN;