Message ID | 20231030-topic-sm8650-upstream-phy-v2-0-a543a4c4b491@linaro.org |
---|---|
Headers | show |
Series | phy: qcom: Introduce PCIe, UFS & USB PHY support for SM8650 | expand |
On Mon, 30 Oct 2023 10:48:16 +0100, Neil Armstrong wrote: > The SM8650 PHYs are similar to very close to the ones found > on the SM8550 platform. > > Only a few changes in the init tables are required for the > UFS, PCIe and USB3/DP Combo PHYs. > > The Synopsys eUSB2 PHY is the same as SM8550, so only a fallback > is added in the bindings. > > [...] Applied, thanks! [1/7] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the SM8650 QMP UFS PHY commit: 8c91ef9883bfb5a6315917a7104dd1e06c85b278 [2/7] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document the SM8650 QMP PCIe PHYs commit: 9e3f381986f6be1a7199587f8921cbb7e89a733e [3/7] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: document the SM8650 QMP USB/DP Combo PHY commit: 685c00ac4240c1205005f617916f68b76da78908 [4/7] dt-bindings: phy: qcom,snps-eusb2: document the SM8650 Synopsys eUSB2 PHY commit: 330df15dab25931c9214bfa279319755d2201d7f [5/7] phy: qcom: qmp-ufs: add QMP UFS PHY tables for SM8650 commit: 7c4bf8cb9d40a7222bb5d641979952b196707985 [6/7] phy: qcom: qmp-pcie: add QMP PCIe PHY tables for SM8650 commit: c954b6d347e78690f053342b2d2759c650e61a43 [7/7] phy: qcom: qmp-combo: add QMP USB3/DP PHY tables for SM8650 commit: 80c1afe8c5fec68d9467c543551a0b2fddd463ff Best regards,
The SM8650 PHYs are similar to very close to the ones found on the SM8550 platform. Only a few changes in the init tables are required for the UFS, PCIe and USB3/DP Combo PHYs. The Synopsys eUSB2 PHY is the same as SM8550, so only a fallback is added in the bindings. Dependencies: None For convenience, a regularly refreshed linux-next based git tree containing all the SM8650 related work is available at: https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v2: - bindings: Add missing sm8650 entry in allOf:if:then - Collected reviewed-by tags from Dmitry - Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-phy-v1-0-6137101520c4@linaro.org --- Neil Armstrong (7): dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the SM8650 QMP UFS PHY dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document the SM8650 QMP PCIe PHYs dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: document the SM8650 QMP USB/DP Combo PHY dt-bindings: phy: qcom,snps-eusb2: document the SM8650 Synopsys eUSB2 PHY phy: qcom: qmp-ufs: add QMP UFS PHY tables for SM8650 phy: qcom: qmp-pcie: add QMP PCIe PHY tables for SM8650 phy: qcom: qmp-combo: add QMP USB3/DP PHY tables for SM8650 .../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml | 5 ++ .../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 + .../phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml | 2 + .../bindings/phy/qcom,snps-eusb2-phy.yaml | 1 + drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 4 + drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 65 ++++++++++++++++ drivers/phy/qualcomm/phy-qcom-qmp-pcs-ufs-v6.h | 1 + .../qualcomm/phy-qcom-qmp-qserdes-txrx-ufs-v6.h | 7 ++ drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 86 ++++++++++++++++++++++ 9 files changed, 173 insertions(+) --- base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc change-id: 20231016-topic-sm8650-upstream-phy-9026042f9248 Best regards,