[PATCH] arm64: dts: allwiner: h5: OrangePi PC2: add ethernet LEDs
Andre Przywara
andre.przywara at arm.com
Mon Sep 8 17:24:22 PDT 2025
On Mon, 18 Aug 2025 18:35:13 +0200
Aleksander Jan Bajkowski <olek2 at wp.pl> wrote:
> This patch adds support for Ethernet LEDs.
So I tried this on my OPi-PC2, but I cannot influence the LEDs. I have
CONFIG_LED_TRIGGER_PHY and CONFIG_LEDS_TRIGGER_NETDEV built in, and I
see mdio_mux-0.2:01:amber:lan and mdio_mux-0.2:01:green:lan in
/sys/class/leds, but anything I write into trigger does not seem to
change the output: it always stays on the network functionality, I
guess because it's still configured to the PHY hardware wired function?
What am I missing?
Cheers,
Andre
> Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
> ---
> .../dts/allwinner/sun50i-h5-orangepi-pc2.dts | 20
> +++++++++++++++++++ 1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts
> b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts index
> 0f29da7d51e6..7688f565ec9b 100644 ---
> a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts +++
> b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts @@ -7,6
> +7,7 @@
> #include <dt-bindings/gpio/gpio.h>
> #include <dt-bindings/input/input.h>
> +#include <dt-bindings/leds/common.h>
> #include <dt-bindings/pinctrl/sun4i-a10.h>
>
> / {
> @@ -132,6 +133,25 @@ &external_mdio {
> ext_rgmii_phy: ethernet-phy at 1 {
> compatible = "ethernet-phy-ieee802.3-c22";
> reg = <1>;
> +
> + leds {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + led at 0 {
> + reg = <0>;
> + color = <LED_COLOR_ID_GREEN>;
> + function = LED_FUNCTION_LAN;
> + linux,default-trigger = "netdev";
> + };
> +
> + led at 1 {
> + reg = <1>;
> + color = <LED_COLOR_ID_AMBER>;
> + function = LED_FUNCTION_LAN;
> + linux,default-trigger = "netdev";
> + };
> + };
> };
> };
>
More information about the linux-arm-kernel
mailing list