aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/files
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-03-24 23:09:24 +0100
committerDavid Bauer <mail@david-bauer.net>2022-03-24 23:26:10 +0100
commit9024f1e466f5ab64bc752d8a463d1867a2ba8d8e (patch)
tree0aa8a58dc0fe5a0f38b79bc260b3b6b85bf95ddb /target/linux/mpc85xx/files
parentf0c09d0305835abc7bcc32285dc82c008159936d (diff)
downloadupstream-9024f1e466f5ab64bc752d8a463d1867a2ba8d8e.tar.gz
upstream-9024f1e466f5ab64bc752d8a463d1867a2ba8d8e.tar.bz2
upstream-9024f1e466f5ab64bc752d8a463d1867a2ba8d8e.zip
mpc85xx: overhaul WS-AP3825i LED setup
As the LED controller is working now, we can make good use of the LEDs now. - Drop the model-name prefix - Rename eth0 / eth1 LEDs to LAN1 / LAN2, as they are labeled as such on the casing - Enable wired LEDs in userspace Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/files')
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts24
1 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
index 7385f3402c..43c044b4fc 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts
@@ -31,44 +31,44 @@
wifi1 {
gpios = <&spi_gpio 3 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:radio1";
+ label = "green:radio1";
linux,default-trigger = "phy0tpt";
};
wifi2 {
gpios = <&spi_gpio 2 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:radio2";
+ label = "green:radio2";
linux,default-trigger = "phy1tpt";
};
led_power_green: power_green {
gpios = <&spi_gpio 0 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:power";
+ label = "green:power";
};
led_power_red: power_red {
gpios = <&spi_gpio 1 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:power";
+ label = "red:power";
};
- eth0_red {
+ lan1_red {
gpios = <&spi_gpio 6 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:eth0";
+ label = "red:lan1";
};
- eth0_green {
+ lan1_green {
gpios = <&spi_gpio 4 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:eth0";
+ label = "green:lan1";
};
- eth1_red {
+ lan2_red {
gpios = <&spi_gpio 7 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:red:eth1";
+ label = "red:lan2";
};
- eth1_green {
+ lan2_green {
gpios = <&spi_gpio 5 GPIO_ACTIVE_HIGH>;
- label = "ws-ap3825i:green:eth1";
+ label = "green:lan2";
};
};