summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksander Jan Bajkowski2025-03-30 17:33:31 +0000
committerDavid Bauer2025-05-10 19:28:40 +0000
commite4b8279b7e85cba9213164e4e9373784059206f7 (patch)
tree900cbb3cac2461f99626347b7eb84205c644e606
parent75403dd1d05bea1b65349ebb9f8b7deb40b9c802 (diff)
downloadopenwrt-e4b8279b7e85cba9213164e4e9373784059206f7.tar.gz
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 <olek2@wp.pl>
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vg3503j.dts8
1 files 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 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 = <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;