mbox series

[0/2] net: phy: dp83867: add DT bindings and support for active low LEDs

Message ID 20221103143118.2199316-1-linux@rasmusvillemoes.dk (mailing list archive)
Headers show
Series net: phy: dp83867: add DT bindings and support for active low LEDs | expand

Message

Rasmus Villemoes Nov. 3, 2022, 2:31 p.m. UTC
We have a board with link/activity LEDs driven by the LED_0 and LED_2
pins of the dp83867, but they are currently reversed. Add DT bindings
to allow specifying they are active low, and hook up driver support.

Rasmus Villemoes (2):
  dt-bindings: dp83867: define ti,ledX-active-low properties
  net: phy: dp83867: implement support for ti,ledX-active-low bindings

 .../devicetree/bindings/net/ti,dp83867.yaml   | 15 +++++++++
 drivers/net/phy/dp83867.c                     | 32 +++++++++++++++++++
 2 files changed, 47 insertions(+)