[openwrt/openwrt] lantiq: xrx200_legacy: rename PHY LEDs
LEDE Commits
lede-commits at lists.infradead.org
Sun May 11 02:56:13 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e4b8279b7e85cba9213164e4e9373784059206f7
commit e4b8279b7e85cba9213164e4e9373784059206f7
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sun Mar 30 19:33:31 2025 +0200
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 at wp.pl>
---
.../files/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 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 at 1 {
reg = <1>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_LAN;
};
- led-2 {
+ led at 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 at 1 {
reg = <1>;
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_LAN;
};
- led-2 {
+ led at 2 {
reg = <2>;
color = <LED_COLOR_ID_AMBER>;
function = LED_FUNCTION_LAN;
More information about the lede-commits
mailing list