Message ID | 1560366648-5886-1-git-send-email-jhugo@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MSM8998 Multimedia Clock Controller | expand |
On Wed, 12 Jun 2019 13:10:48 -0600, Jeffrey Hugo wrote: > The global clock controller on MSM8998 can consume a number of external > clocks. Document them. > > Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org> > --- > Documentation/devicetree/bindings/clock/qcom,gcc.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index 8661c3c..7d45323 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -28,6 +28,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
The global clock controller on MSM8998 can consume a number of external clocks. Document them. Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org> --- Documentation/devicetree/bindings/clock/qcom,gcc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+)