[PATCH net-next v2 0/2] net: dsa: microchip: enable setting rmii

Ante Knezic posted 2 patches 2 years, 2 months ago
.../devicetree/bindings/net/dsa/microchip,ksz.yaml    | 19 +++++++++++++++++++
drivers/net/dsa/microchip/ksz8795.c                   |  5 +++++
drivers/net/dsa/microchip/ksz8795_reg.h               |  3 +++
drivers/net/dsa/microchip/ksz_common.c                |  3 +++
drivers/net/dsa/microchip/ksz_common.h                |  1 +
5 files changed, 31 insertions(+)
[PATCH net-next v2 0/2] net: dsa: microchip: enable setting rmii
Posted by Ante Knezic 2 years, 2 months ago
KSZ88X3 devices can select between internal and external RMII reference clock.
This patch series introduces new device tree property for setting reference
clock to internal.

Ante Knezic (2):
  net:dsa:microchip: add property to select internal RMII reference
    clock
  dt-bindings: net: microchip,ksz: document microchip,rmii-clk-internal

 .../devicetree/bindings/net/dsa/microchip,ksz.yaml    | 19 +++++++++++++++++++
 drivers/net/dsa/microchip/ksz8795.c                   |  5 +++++
 drivers/net/dsa/microchip/ksz8795_reg.h               |  3 +++
 drivers/net/dsa/microchip/ksz_common.c                |  3 +++
 drivers/net/dsa/microchip/ksz_common.h                |  1 +
 5 files changed, 31 insertions(+)

-- 
2.11.0
Re: [PATCH net-next v2 0/2] net: dsa: microchip: enable setting rmii
Posted by Vladimir Oltean 2 years, 2 months ago
On Thu, Oct 12, 2023 at 12:55:54PM +0200, Ante Knezic wrote:
> KSZ88X3 devices can select between internal and external RMII reference clock.
> This patch series introduces new device tree property for setting reference
> clock to internal.
> 
> Ante Knezic (2):
>   net:dsa:microchip: add property to select internal RMII reference
>     clock
>   dt-bindings: net: microchip,ksz: document microchip,rmii-clk-internal

The dt-bindings patch should be placed before the kernel patch.