* [PATCH 3/6] dt-bindings: phy-qcom-qmp: Update bindings for sdm845 [not found] <1521193500-4696-1-git-send-email-mgautam@codeaurora.org> @ 2018-03-16 9:44 ` Manu Gautam 2018-03-18 12:52 ` Rob Herring 2018-03-16 9:44 ` [PATCH 5/6] dt-bindings: phy-qcom-usb2: " Manu Gautam 1 sibling, 1 reply; 7+ messages in thread From: Manu Gautam @ 2018-03-16 9:44 UTC (permalink / raw) To: Kishon Vijay Abraham I Cc: linux-arm-msm, Manu Gautam, Rob Herring, Mark Rutland, Vivek Gautam, Varadarajan Narayanan, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Update compatible strings for USB3 PHYs on SDM845. One is QMPv3 DisplayPort-USB combo PHY and other one is USB UNI PHY which is single lane USB3 PHY without DP capability. Signed-off-by: Manu Gautam <mgautam@codeaurora.org> --- Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt index dcf1b8f..cef8765 100644 --- a/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt +++ b/Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt @@ -9,7 +9,9 @@ Required properties: "qcom,ipq8074-qmp-pcie-phy" for PCIe phy on IPQ8074 "qcom,msm8996-qmp-pcie-phy" for 14nm PCIe phy on msm8996, "qcom,msm8996-qmp-usb3-phy" for 14nm USB3 phy on msm8996, - "qcom,qmp-v3-usb3-phy" for USB3 QMP V3 phy. + "qcom,qmp-v3-usb3-phy" for USB3 QMP V3 phy, + "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. - reg: offset and length of register set for PHY's common serdes block. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 3/6] dt-bindings: phy-qcom-qmp: Update bindings for sdm845 2018-03-16 9:44 ` [PATCH 3/6] dt-bindings: phy-qcom-qmp: Update bindings for sdm845 Manu Gautam @ 2018-03-18 12:52 ` Rob Herring 0 siblings, 0 replies; 7+ messages in thread From: Rob Herring @ 2018-03-18 12:52 UTC (permalink / raw) To: Manu Gautam Cc: Kishon Vijay Abraham I, linux-arm-msm, Mark Rutland, Vivek Gautam, Varadarajan Narayanan, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list On Fri, Mar 16, 2018 at 03:14:56PM +0530, Manu Gautam wrote: > Update compatible strings for USB3 PHYs on SDM845. > One is QMPv3 DisplayPort-USB combo PHY and other one > is USB UNI PHY which is single lane USB3 PHY without > DP capability. > > Signed-off-by: Manu Gautam <mgautam@codeaurora.org> > --- > Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 [not found] <1521193500-4696-1-git-send-email-mgautam@codeaurora.org> 2018-03-16 9:44 ` [PATCH 3/6] dt-bindings: phy-qcom-qmp: Update bindings for sdm845 Manu Gautam @ 2018-03-16 9:44 ` Manu Gautam 2018-03-18 12:52 ` Rob Herring 2018-03-20 10:23 ` Vivek Gautam 1 sibling, 2 replies; 7+ messages in thread From: Manu Gautam @ 2018-03-16 9:44 UTC (permalink / raw) To: Kishon Vijay Abraham I Cc: linux-arm-msm, Manu Gautam, Rob Herring, Mark Rutland, Vivek Gautam, Stephen Boyd, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Update compatible strings for USB2 PHYs on sdm845. There are two QUSB2 PHYs present on sdm845. Few PHY registers programming is different for these PHYs related to electrical parameters, otherwise both are same. Signed-off-by: Manu Gautam <mgautam@codeaurora.org> --- Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt index 42c9742..20deaeb 100644 --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt @@ -6,7 +6,9 @@ QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. Required properties: - compatible: compatible list, contains "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, - "qcom,qusb2-v2-phy" for QUSB2 V2 PHY. + "qcom,qusb2-v2-phy" for QUSB2 V2 PHY, + "qcom,sdm845-1-qusb2-phy" for primary PHY on sdm845, + "qcom,sdm845-2-qusb2-phy" for secondary PHY on sdm845. - reg: offset and length of the PHY register set. - #phy-cells: must be 0. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 2018-03-16 9:44 ` [PATCH 5/6] dt-bindings: phy-qcom-usb2: " Manu Gautam @ 2018-03-18 12:52 ` Rob Herring 2018-03-19 4:41 ` Manu Gautam 2018-03-20 10:23 ` Vivek Gautam 1 sibling, 1 reply; 7+ messages in thread From: Rob Herring @ 2018-03-18 12:52 UTC (permalink / raw) To: Manu Gautam Cc: Kishon Vijay Abraham I, linux-arm-msm, Mark Rutland, Vivek Gautam, Stephen Boyd, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list On Fri, Mar 16, 2018 at 03:14:58PM +0530, Manu Gautam wrote: > Update compatible strings for USB2 PHYs on sdm845. > There are two QUSB2 PHYs present on sdm845. Few PHY registers > programming is different for these PHYs related to electrical > parameters, otherwise both are same. Register locations are different or tuning values are different? For the latter, is that something that could be DT properties? > > Signed-off-by: Manu Gautam <mgautam@codeaurora.org> > --- > Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > index 42c9742..20deaeb 100644 > --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > @@ -6,7 +6,9 @@ QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. > Required properties: > - compatible: compatible list, contains > "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, > - "qcom,qusb2-v2-phy" for QUSB2 V2 PHY. > + "qcom,qusb2-v2-phy" for QUSB2 V2 PHY, > + "qcom,sdm845-1-qusb2-phy" for primary PHY on sdm845, > + "qcom,sdm845-2-qusb2-phy" for secondary PHY on sdm845. > > - reg: offset and length of the PHY register set. > - #phy-cells: must be 0. > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 2018-03-18 12:52 ` Rob Herring @ 2018-03-19 4:41 ` Manu Gautam 0 siblings, 0 replies; 7+ messages in thread From: Manu Gautam @ 2018-03-19 4:41 UTC (permalink / raw) To: Rob Herring Cc: Kishon Vijay Abraham I, linux-arm-msm, Mark Rutland, Vivek Gautam, Stephen Boyd, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Hi, On 3/18/2018 6:22 PM, Rob Herring wrote: > On Fri, Mar 16, 2018 at 03:14:58PM +0530, Manu Gautam wrote: >> Update compatible strings for USB2 PHYs on sdm845. >> There are two QUSB2 PHYs present on sdm845. Few PHY registers >> programming is different for these PHYs related to electrical >> parameters, otherwise both are same. > Register locations are different or tuning values are different? For the > latter, is that something that could be DT properties? There are only register values changes. Corresponding driver change: https://patchwork.kernel.org/patch/10286803/ -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 2018-03-16 9:44 ` [PATCH 5/6] dt-bindings: phy-qcom-usb2: " Manu Gautam 2018-03-18 12:52 ` Rob Herring @ 2018-03-20 10:23 ` Vivek Gautam 2018-03-20 10:42 ` Manu Gautam 1 sibling, 1 reply; 7+ messages in thread From: Vivek Gautam @ 2018-03-20 10:23 UTC (permalink / raw) To: Manu Gautam, Kishon Vijay Abraham I Cc: linux-arm-msm, Rob Herring, Mark Rutland, Stephen Boyd, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Hi Manu, On 3/16/2018 3:14 PM, Manu Gautam wrote: > Update compatible strings for USB2 PHYs on sdm845. > There are two QUSB2 PHYs present on sdm845. Few PHY registers > programming is different for these PHYs related to electrical > parameters, otherwise both are same. > > Signed-off-by: Manu Gautam <mgautam@codeaurora.org> > --- > Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > index 42c9742..20deaeb 100644 > --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt > @@ -6,7 +6,9 @@ QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. > Required properties: > - compatible: compatible list, contains > "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, > - "qcom,qusb2-v2-phy" for QUSB2 V2 PHY. > + "qcom,qusb2-v2-phy" for QUSB2 V2 PHY, > + "qcom,sdm845-1-qusb2-phy" for primary PHY on sdm845, > + "qcom,sdm845-2-qusb2-phy" for secondary PHY on sdm845. Thanks for the patch. "qcom,sdm845-1/2-qusb2-phy" gives an impression that it is different versions of SoC, and not like two numbers of phy. May be - "qcom,sdm845-qusb2-phy-1/2" Regards Vivek > > - reg: offset and length of the PHY register set. > - #phy-cells: must be 0. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 5/6] dt-bindings: phy-qcom-usb2: Update bindings for sdm845 2018-03-20 10:23 ` Vivek Gautam @ 2018-03-20 10:42 ` Manu Gautam 0 siblings, 0 replies; 7+ messages in thread From: Manu Gautam @ 2018-03-20 10:42 UTC (permalink / raw) To: Vivek Gautam, Kishon Vijay Abraham I Cc: linux-arm-msm, Rob Herring, Mark Rutland, Stephen Boyd, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list Hi, On 3/20/2018 3:53 PM, Vivek Gautam wrote: > Hi Manu, > > > On 3/16/2018 3:14 PM, Manu Gautam wrote: >> Update compatible strings for USB2 PHYs on sdm845. >> There are two QUSB2 PHYs present on sdm845. Few PHY registers >> programming is different for these PHYs related to electrical >> parameters, otherwise both are same. >> >> Signed-off-by: Manu Gautam <mgautam@codeaurora.org> >> --- >> Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt >> index 42c9742..20deaeb 100644 >> --- a/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt >> +++ b/Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt >> @@ -6,7 +6,9 @@ QUSB2 controller supports LS/FS/HS usb connectivity on Qualcomm chipsets. >> Required properties: >> - compatible: compatible list, contains >> "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996, >> - "qcom,qusb2-v2-phy" for QUSB2 V2 PHY. >> + "qcom,qusb2-v2-phy" for QUSB2 V2 PHY, >> + "qcom,sdm845-1-qusb2-phy" for primary PHY on sdm845, >> + "qcom,sdm845-2-qusb2-phy" for secondary PHY on sdm845. > > Thanks for the patch. > > "qcom,sdm845-1/2-qusb2-phy" gives an impression that it is different versions of SoC, > and not like two numbers of phy. > May be - "qcom,sdm845-qusb2-phy-1/2" I agree with that. Will update. > > Regards > Vivek > > >> - reg: offset and length of the PHY register set. >> - #phy-cells: must be 0. > -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-20 10:42 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1521193500-4696-1-git-send-email-mgautam@codeaurora.org> 2018-03-16 9:44 ` [PATCH 3/6] dt-bindings: phy-qcom-qmp: Update bindings for sdm845 Manu Gautam 2018-03-18 12:52 ` Rob Herring 2018-03-16 9:44 ` [PATCH 5/6] dt-bindings: phy-qcom-usb2: " Manu Gautam 2018-03-18 12:52 ` Rob Herring 2018-03-19 4:41 ` Manu Gautam 2018-03-20 10:23 ` Vivek Gautam 2018-03-20 10:42 ` Manu Gautam
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).