From e4b8279b7e85cba9213164e4e9373784059206f7 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski Date: Sun, 30 Mar 2025 19:33:31 +0200 Subject: [PATCH] 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 --- .../arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 b7cdf9d569f..478934c2c19 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;