Netdev List
 help / color / mirror / Atom feed
* [PATCH v3 0/5] support ipq5332 platform
@ 2023-12-14  9:02 Luo Jie
  2023-12-14  9:03 ` [PATCH v3 1/5] net: mdio: ipq4019: move eth_ldo_rdy before MDIO bus register Luo Jie
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Luo Jie @ 2023-12-14  9:02 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, davem, edumazet, kuba, pabeni,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, andrew, hkallweit1,
	linux, robert.marko
  Cc: linux-arm-msm, netdev, devicetree, linux-kernel, quic_srichara

For IPQ5332 platform, there are two MAC PCSs, and qca8084 is
connected with one of them.

1. The Ethernet LDO needs to be enabled to make the PHY GPIO
   reset taking effect, which uses the MDIO bus level reset.

2. The SoC GCC uniphy AHB and SYS clocks need to be enabled
   to make the ethernet PHY device accessible.

3. To provide the clock to the ethernet, the CMN clock needs
   to be initialized for selecting reference clock and enabling
   the output clock.

4. Support optional MDIO clock frequency config.

5. Update dt-bindings doc for the new added properties.

Changes in v2:
	* remove the PHY related features such as PHY address
	  program and clock initialization.
	* leverage the MDIO level GPIO reset for qca8084 PHY.

Changes in v3:
	* fix the christmas-tree format issue.
	* improve the dt-binding changes.

Luo Jie (5):
  net: mdio: ipq4019: move eth_ldo_rdy before MDIO bus register
  net: mdio: ipq4019: enable the SoC uniphy clocks for ipq5332 platform
  net: mdio: ipq4019: configure CMN PLL clock for ipq5332
  net: mdio: ipq4019: support MDIO clock frequency divider
  dt-bindings: net: ipq4019-mdio: Document ipq5332 platform

 .../bindings/net/qcom,ipq4019-mdio.yaml       | 143 ++++++++-
 drivers/net/mdio/mdio-ipq4019.c               | 296 ++++++++++++++++--
 2 files changed, 410 insertions(+), 29 deletions(-)


base-commit: 11651f8cb2e88372d4ed523d909514dc9a613ea3
-- 
2.42.0


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-16 13:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14  9:02 [PATCH v3 0/5] support ipq5332 platform Luo Jie
2023-12-14  9:03 ` [PATCH v3 1/5] net: mdio: ipq4019: move eth_ldo_rdy before MDIO bus register Luo Jie
2023-12-14  9:03 ` [PATCH v3 2/5] net: mdio: ipq4019: enable the SoC uniphy clocks for ipq5332 platform Luo Jie
2023-12-14  9:03 ` [PATCH v3 3/5] net: mdio: ipq4019: configure CMN PLL clock for ipq5332 Luo Jie
2023-12-14  9:03 ` [PATCH v3 4/5] net: mdio: ipq4019: support MDIO clock frequency divider Luo Jie
2023-12-14  9:03 ` [PATCH v3 5/5] dt-bindings: net: ipq4019-mdio: Document ipq5332 platform Luo Jie
2023-12-14 15:58   ` Conor Dooley
2023-12-15  6:49     ` Jie Luo
2023-12-15  7:27   ` Krzysztof Kozlowski
2023-12-15  8:28     ` Jie Luo
2023-12-15  8:39       ` Krzysztof Kozlowski
2023-12-15 10:03         ` Jie Luo
2023-12-15 10:21           ` Krzysztof Kozlowski
2023-12-15 12:03             ` Jie Luo
2023-12-15 12:14               ` Krzysztof Kozlowski
2023-12-15 12:55                 ` Jie Luo
2023-12-15 13:34                   ` Andrew Lunn
2023-12-16 13:23                     ` Jie Luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox