Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy-qcom: Add support for msm8998 usb

USB on msm8998 utilizes the QUSB2 and QMP phys, similar to sdm845.

Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Jeffrey Hugo and committed by
Kishon Vijay Abraham I
0ade2930 68eab01c

+6
+5
Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
··· 9 9 "qcom,ipq8074-qmp-pcie-phy" for PCIe phy on IPQ8074 10 10 "qcom,msm8996-qmp-pcie-phy" for 14nm PCIe phy on msm8996, 11 11 "qcom,msm8996-qmp-usb3-phy" for 14nm USB3 phy on msm8996, 12 + "qcom,msm8998-qmp-usb3-phy" for USB3 QMP V3 phy on msm8998, 12 13 "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, 13 14 "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, 14 15 "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845. ··· 43 42 "aux", "cfg_ahb", "ref". 44 43 For "qcom,msm8996-qmp-usb3-phy" must contain: 45 44 "aux", "cfg_ahb", "ref". 45 + For "qcom,msm8998-qmp-usb3-phy" must contain: 46 + "aux", "cfg_ahb", "ref". 46 47 For "qcom,sdm845-qmp-usb3-phy" must contain: 47 48 "aux", "cfg_ahb", "ref", "com_aux". 48 49 For "qcom,sdm845-qmp-usb3-uni-phy" must contain: ··· 63 60 For "qcom,msm8996-qmp-pcie-phy" must contain: 64 61 "phy", "common", "cfg". 65 62 For "qcom,msm8996-qmp-usb3-phy" must contain 63 + "phy", "common". 64 + For "qcom,msm8998-qmp-usb3-phy" must contain 66 65 "phy", "common". 67 66 For "qcom,sdm845-qmp-usb3-phy" must contain: 68 67 "phy", "common".
+1
Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt
··· 6 6 Required properties: 7 7 - compatible: compatible list, contains 8 8 "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, 9 + "qcom,msm8998-qusb2-phy" for 10nm PHY on msm8998, 9 10 "qcom,sdm845-qusb2-phy" for 10nm PHY on sdm845. 10 11 11 12 - reg: offset and length of the PHY register set.