Hi Kishon, This series adds support for TI K3 AM654x/J721E SoCs in TI phy-gmii-sel PHY driver, which is required for future adding networking support. depends on: [PATCH 0/2] phy: ti: gmii-sel: two fixes https://lkml.org/lkml/2020/2/14/2510 Changes in v2: - fixed comments v1: https://lkml.org/lkml/2020/2/22/100 Grygorii Strashko (5): phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phy dt-bindings: phy: ti: gmii-sel: add support for am654x/j721e soc phy: ti: gmii-sel: add support for am654x/j721e soc arm64: dts: ti: k3-am65-mcu: add phy-gmii-sel node arm64: dts: ti: k3-j721e-mcu: add scm node and phy-gmii-sel nodes .../bindings/phy/ti-phy-gmii-sel.txt | 1 + arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 6 ++++++ .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 14 ++++++++++++++ drivers/net/ethernet/ti/Kconfig | 1 + drivers/phy/ti/Kconfig | 3 --- drivers/phy/ti/phy-gmii-sel.c | 19 +++++++++++++++++++ 6 files changed, 41 insertions(+), 3 deletions(-) -- 2.17.1