Message ID | 20191024074802.26526-3-vkoul@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 76126f5bd3fbec84d30b2a327287835666751d47 |
Headers | show |
Series | UFS: Add support for SM8150 UFS | expand |
On 24-10-19, 13:18, Vinod Koul wrote: > 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> Kishon, Can you pick this and 3rd patch please > --- > Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt > index 085fbd676cfc..eac9ad3cbbc8 100644 > --- a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt > +++ b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt > @@ -14,7 +14,8 @@ Required properties: > "qcom,msm8998-qmp-pcie-phy" for PCIe QMP phy on msm8998, > "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, > "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, > - "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845. > + "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845, > + "qcom,sm8150-qmp-ufs-phy" for UFS QMP phy on sm8150. > > - reg: > - index 0: address and length of register set for PHY's common > @@ -57,6 +58,8 @@ Required properties: > "aux", "cfg_ahb", "ref", "com_aux". > For "qcom,sdm845-qmp-ufs-phy" must contain: > "ref", "ref_aux". > + For "qcom,sm8150-qmp-ufs-phy" must contain: > + "ref", "ref_aux". > > - resets: a list of phandles and reset controller specifier pairs, > one for each entry in reset-names. > @@ -83,6 +86,8 @@ Required properties: > "phy", "common". > For "qcom,sdm845-qmp-ufs-phy": must contain: > "ufsphy". > + For "qcom,sm8150-qmp-ufs-phy": must contain: > + "ufsphy". > > - vdda-phy-supply: Phandle to a regulator supply to PHY core block. > - vdda-pll-supply: Phandle to 1.8V regulator supply to PHY refclk pll block. > -- > 2.20.1
Vinod, On 05/11/19 11:32 AM, Vinod Koul wrote: > On 24-10-19, 13:18, Vinod Koul wrote: >> 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> > > Kishon, > > Can you pick this and 3rd patch please This is already in phy -next. Will be sending a PR to Greg today. Thanks Kishon > >> --- >> Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 7 ++++++- >> 1 file changed, 6 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt >> index 085fbd676cfc..eac9ad3cbbc8 100644 >> --- a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt >> +++ b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt >> @@ -14,7 +14,8 @@ Required properties: >> "qcom,msm8998-qmp-pcie-phy" for PCIe QMP phy on msm8998, >> "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, >> "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, >> - "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845. >> + "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845, >> + "qcom,sm8150-qmp-ufs-phy" for UFS QMP phy on sm8150. >> >> - reg: >> - index 0: address and length of register set for PHY's common >> @@ -57,6 +58,8 @@ Required properties: >> "aux", "cfg_ahb", "ref", "com_aux". >> For "qcom,sdm845-qmp-ufs-phy" must contain: >> "ref", "ref_aux". >> + For "qcom,sm8150-qmp-ufs-phy" must contain: >> + "ref", "ref_aux". >> >> - resets: a list of phandles and reset controller specifier pairs, >> one for each entry in reset-names. >> @@ -83,6 +86,8 @@ Required properties: >> "phy", "common". >> For "qcom,sdm845-qmp-ufs-phy": must contain: >> "ufsphy". >> + For "qcom,sm8150-qmp-ufs-phy": must contain: >> + "ufsphy". >> >> - vdda-phy-supply: Phandle to a regulator supply to PHY core block. >> - vdda-pll-supply: Phandle to 1.8V regulator supply to PHY refclk pll block. >> -- >> 2.20.1 >
On 06-11-19, 10:56, Kishon Vijay Abraham I wrote: > Vinod, > > On 05/11/19 11:32 AM, Vinod Koul wrote: > > On 24-10-19, 13:18, Vinod Koul wrote: > >> 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> > > > > Kishon, > > > > Can you pick this and 3rd patch please > > This is already in phy -next. Will be sending a PR to Greg today. Thanks, I never got the auto notification so was thinking that these are not applied.
diff --git a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt index 085fbd676cfc..eac9ad3cbbc8 100644 --- a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt +++ b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt @@ -14,7 +14,8 @@ Required properties: "qcom,msm8998-qmp-pcie-phy" for PCIe QMP phy on msm8998, "qcom,sdm845-qmp-usb3-phy" for USB3 QMP V3 phy on sdm845, "qcom,sdm845-qmp-usb3-uni-phy" for USB3 QMP V3 UNI phy on sdm845, - "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845. + "qcom,sdm845-qmp-ufs-phy" for UFS QMP phy on sdm845, + "qcom,sm8150-qmp-ufs-phy" for UFS QMP phy on sm8150. - reg: - index 0: address and length of register set for PHY's common @@ -57,6 +58,8 @@ Required properties: "aux", "cfg_ahb", "ref", "com_aux". For "qcom,sdm845-qmp-ufs-phy" must contain: "ref", "ref_aux". + For "qcom,sm8150-qmp-ufs-phy" must contain: + "ref", "ref_aux". - resets: a list of phandles and reset controller specifier pairs, one for each entry in reset-names. @@ -83,6 +86,8 @@ Required properties: "phy", "common". For "qcom,sdm845-qmp-ufs-phy": must contain: "ufsphy". + For "qcom,sm8150-qmp-ufs-phy": must contain: + "ufsphy". - vdda-phy-supply: Phandle to a regulator supply to PHY core block. - vdda-pll-supply: Phandle to 1.8V regulator supply to PHY refclk pll block.