Re: [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

2021-02-10 Thread Taniya Das
Thanks Stephen for your review comments. On 1/13/2021 1:36 AM, Stephen Boyd wrote: + clock-names: +items: + - const: bi_tcxo + - const: bi_tcxo_ao + - const: sleep_clk + - const: pcie_0_pipe_clk + - const: pcie_1_pipe_clk + - const:

Re: [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

2021-02-10 Thread Taniya Das
Thanks Rob for your review comments. diff --git a/include/dt-bindings/clock/qcom,gcc-sc7280.h b/include/dt-bindings/clock/qcom,gcc-sc7280.h new file mode 100644 index 000..3295bd4 --- /dev/null +++ b/include/dt-bindings/clock/qcom,gcc-sc7280.h @@ -0,0 +1,215 @@ +/*

Re: [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

2021-01-12 Thread Stephen Boyd
Quoting Taniya Das (2020-12-15 10:48:33) > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-sc7280.yaml > b/Documentation/devicetree/bindings/clock/qcom,gcc-sc7280.yaml > new file mode 100644 > index 000..79c64d8 > --- /dev/null > +++

Re: [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

2020-12-21 Thread Rob Herring
On Wed, Dec 16, 2020 at 12:18:33AM +0530, Taniya Das wrote: > Add device tree bindings for global clock subsystem clock > controller for Qualcomm Technology Inc's SC7280 SoCs. > > Signed-off-by: Taniya Das > --- > .../devicetree/bindings/clock/qcom,gcc-sc7280.yaml | 85 >

[PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

2020-12-15 Thread Taniya Das
Add device tree bindings for global clock subsystem clock controller for Qualcomm Technology Inc's SC7280 SoCs. Signed-off-by: Taniya Das --- .../devicetree/bindings/clock/qcom,gcc-sc7280.yaml | 85 include/dt-bindings/clock/qcom,gcc-sc7280.h| 215 + 2