mbox series

[net-next,v3,0/2] Allow disabling KSZ switch refclock

Message ID 20220127003318.3633212-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series Allow disabling KSZ switch refclock | expand

Message

Robert Hancock Jan. 27, 2022, 12:33 a.m. UTC
The reference clock output from the KSZ9477 and related Microchip
switch devices is not required on all board designs. Add a device
tree property to disable it for power and EMI reasons.

Changes since v2:
-check for conflicting options in DT, added note in bindings doc

Changes since v1:
-added Acked-by on patch 1, rebase to net-next

Robert Hancock (2):
  net: dsa: microchip: Document property to disable reference clock
  net: dsa: microchip: Add property to disable reference clock

 .../devicetree/bindings/net/dsa/microchip,ksz.yaml         | 6 ++++++
 drivers/net/dsa/microchip/ksz9477.c                        | 7 ++++++-
 drivers/net/dsa/microchip/ksz_common.c                     | 6 ++++++
 drivers/net/dsa/microchip/ksz_common.h                     | 1 +
 4 files changed, 19 insertions(+), 1 deletion(-)