Re: [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port
From: Andrew Lunn
Date: Mon Apr 03 2023 - 15:29:18 EST
> > + leds {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > +
> > + led@0 {
> > + reg = <0>;
> > + label = "WAN";
>
> WAN or
>
> > + color = <LED_COLOR_ID_WHITE>;
> > + function = LED_FUNCTION_LAN;
>
> LAN?
Hi Rob
I did not know there was LED_FUNCTION_WAN. I just blindly copied it
from some other DT fragment.
I will change this, thanks.
Andrew