Message ID | 1569959718-5256-1-git-send-email-jhugo@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | MSM8998 Multimedia Clock Controller | expand |
Quoting Jeffrey Hugo (2019-10-01 12:55:18) > The global clock controller on MSM8998 can consume a number of external > clocks. Document them. > > Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org> > Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> > Reviewed-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/clock/qcom,gcc.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt > index d14362ad4132..32d430718016 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt > +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt > @@ -29,6 +29,16 @@ Required properties : > - #clock-cells : shall contain 1 > - #reset-cells : shall contain 1 > > +For MSM8998 only: > + - clocks: a list of phandles and clock-specifier pairs, > + one for each entry in clock-names. > + - clock-names: "xo" (required) > + "usb3_pipe" (optional) > + "ufs_rx_symbol0" (optional) > + "ufs_rx_symbol1" (optional) > + "ufs_tx_symbol0" (optional) > + "pcie0_pipe" (optional) This got wrecked by Taniya's changes to this file. Can you resend and rebase it? Sorry for the troubles.
On 11/7/2019 2:47 PM, Stephen Boyd wrote: > Quoting Jeffrey Hugo (2019-10-01 12:55:18) >> The global clock controller on MSM8998 can consume a number of external >> clocks. Document them. >> >> Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org> >> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> >> Reviewed-by: Rob Herring <robh@kernel.org> >> --- >> Documentation/devicetree/bindings/clock/qcom,gcc.txt | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt >> index d14362ad4132..32d430718016 100644 >> --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt >> +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt >> @@ -29,6 +29,16 @@ Required properties : >> - #clock-cells : shall contain 1 >> - #reset-cells : shall contain 1 >> >> +For MSM8998 only: >> + - clocks: a list of phandles and clock-specifier pairs, >> + one for each entry in clock-names. >> + - clock-names: "xo" (required) >> + "usb3_pipe" (optional) >> + "ufs_rx_symbol0" (optional) >> + "ufs_rx_symbol1" (optional) >> + "ufs_tx_symbol0" (optional) >> + "pcie0_pipe" (optional) > > This got wrecked by Taniya's changes to this file. Can you resend and > rebase it? Sorry for the troubles. > I was afraid of that. I will rewrite and resend.
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index d14362ad4132..32d430718016 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -29,6 +29,16 @@ Required properties : - #clock-cells : shall contain 1 - #reset-cells : shall contain 1 +For MSM8998 only: + - clocks: a list of phandles and clock-specifier pairs, + one for each entry in clock-names. + - clock-names: "xo" (required) + "usb3_pipe" (optional) + "ufs_rx_symbol0" (optional) + "ufs_rx_symbol1" (optional) + "ufs_tx_symbol0" (optional) + "pcie0_pipe" (optional) + Optional properties : - #power-domain-cells : shall contain 1 - Qualcomm TSENS (thermal sensor device) on some devices can