[PATCH v2 0/2] arm64: dts: qcom: ipq5018: Add MDIO pinctrl and enable MDIO/PHY on RDP432-c2
Luo Jie <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260814-qcom_ipq5018_mdio_pinctrl-v2-0-ff90d6605d61@oss.qualcomm.com> |
This is v2 of the series enabling the two MDIO buses on the IPQ5018 platform. v1 (this series' patch 1) added TLMM pinctrl for the external MDIO bus (mdio1) and is still under review upstream; it is carried into this v2 with a clarified commit message noting that the MDIO pin configuration is identical across all IPQ5018 RDP boards. v2 adds a second patch that actually makes use of the MDIO buses on the RDP432-c2 board: it enables mdio0, used by the SoC-integrated EPHY, and mdio1, used by an external QCA8081 PHY, and describes the QCA8081 PHY node on mdio1. Signed-off-by: Luo Jie <[email protected]> --- Changes in v2: - Patch 1 (pinctrl for MDIO bus): no functional change; commit message clarified to note the MDIO pin configuration is identical across all IPQ5018 RDP boards. - Patch 2 (enable MDIO buses and add ethernet PHY) is new in v2. - Link to v1: https://patch.msgid.link/20260811-qcom_ipq5018_mdio_pinctrl-v1-1-14ae9dc62a3f@oss.qualcomm.com To: Bjorn Andersson <[email protected]> To: Konrad Dybcio <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- Luo Jie (2): arm64: dts: qcom: ipq5018: Add pinctrl for MDIO bus arm64: dts: qcom: ipq5018: Enable MDIO buses and add ethernet PHY arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 14 ++++++++++++++ arch/arm64/boot/dts/qcom/ipq5018.dtsi | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) --- base-commit: 2697ef8943c9985c14708a6429e21812693857b2 change-id: 20260811-qcom_ipq5018_mdio_pinctrl-f9e609e97c3d Best regards, -- Luo Jie <[email protected]>