Re: [PATCH v3 6/7] dt-bindings: net: realtek: Add property to configure LED mode

2019-07-08 Thread Matthias Kaehlcke
Hi Andrew, On Mon, Jul 08, 2019 at 09:48:34PM +0200, Andrew Lunn wrote: > On Mon, Jul 08, 2019 at 12:24:58PM -0700, Matthias Kaehlcke wrote: > > The LED behavior of some Realtek PHYs is configurable. Add the > > property 'realtek,led-modes' to specify the configuration of the > > LEDs. > > > > Si

Re: [PATCH v3 6/7] dt-bindings: net: realtek: Add property to configure LED mode

2019-07-08 Thread Andrew Lunn
On Mon, Jul 08, 2019 at 12:24:58PM -0700, Matthias Kaehlcke wrote: > The LED behavior of some Realtek PHYs is configurable. Add the > property 'realtek,led-modes' to specify the configuration of the > LEDs. > > Signed-off-by: Matthias Kaehlcke Hi Matthias Humm. I thought you were going to drop

[PATCH v3 6/7] dt-bindings: net: realtek: Add property to configure LED mode

2019-07-08 Thread Matthias Kaehlcke
The LED behavior of some Realtek PHYs is configurable. Add the property 'realtek,led-modes' to specify the configuration of the LEDs. Signed-off-by: Matthias Kaehlcke --- Changes in v3: - added RTL8211E_LED_OFF to LED modes - changed wording for supported PHY models Changes in v2: - patch added