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

dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy compatible string

Document "qcom,sdm845-qmp-ufs-phy" compatible string for QMP UFS PHY
found on SM8150.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Vinod Koul and committed by
Kishon Vijay Abraham I
76126f5b 316b4294

+6 -1
+6 -1
Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
··· 14 14 "qcom,msm8998-qmp-pcie-phy" for PCIe QMP phy on msm8998, 15 15 "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, 16 16 "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, 17 - "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845. 17 + "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845, 18 + "qcom,sm8150-qmp-ufs-phy" for UFS QMP phy on sm8150. 18 19 19 20 - reg: 20 21 - index 0: address and length of register set for PHY's common ··· 58 57 "aux", "cfg_ahb", "ref", "com_aux". 59 58 For "qcom,sdm845-qmp-ufs-phy" must contain: 60 59 "ref", "ref_aux". 60 + For "qcom,sm8150-qmp-ufs-phy" must contain: 61 + "ref", "ref_aux". 61 62 62 63 - resets: a list of phandles and reset controller specifier pairs, 63 64 one for each entry in reset-names. ··· 85 82 For "qcom,sdm845-qmp-usb3-uni-phy" must contain: 86 83 "phy", "common". 87 84 For "qcom,sdm845-qmp-ufs-phy": must contain: 85 + "ufsphy". 86 + For "qcom,sm8150-qmp-ufs-phy": must contain: 88 87 "ufsphy". 89 88 90 89 - vdda-phy-supply: Phandle to a regulator supply to PHY core block.