diff mbox series

[3/4] dt-bindings: clock: Introduce RPMHCC bindings for SDX55

Message ID 20201028074232.22922-4-manivannan.sadhasivam@linaro.org
State Superseded
Headers show
Series Add GCC and RPMh clock support for SDX55 | expand

Commit Message

Manivannan Sadhasivam Oct. 28, 2020, 7:42 a.m. UTC
From: Vinod Koul <vkoul@kernel.org>

Add compatible for SDX55 RPMHCC and DT include.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +
 include/dt-bindings/clock/qcom,rpmh.h                    | 1 +
 2 files changed, 2 insertions(+)

Comments

Bjorn Andersson Nov. 3, 2020, 5:38 p.m. UTC | #1
On Wed 28 Oct 02:42 CDT 2020, Manivannan Sadhasivam wrote:

> From: Vinod Koul <vkoul@kernel.org>

> 

> Add compatible for SDX55 RPMHCC and DT include.

> 

> Signed-off-by: Vinod Koul <vkoul@kernel.org>


Given that you handled the patch on its way here you should add your
Signed-off-by.

When doing so feel free to add my:
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>


Regards,
Bjorn

> ---

>  Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +

>  include/dt-bindings/clock/qcom,rpmh.h                    | 1 +

>  2 files changed, 2 insertions(+)

> 

> diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml

> index a46a3a799a70..a54930f111ba 100644

> --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml

> +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml

> @@ -19,6 +19,7 @@ properties:

>      enum:

>        - qcom,sc7180-rpmh-clk

>        - qcom,sdm845-rpmh-clk

> +      - qcom,sdx55-rpmh-clk

>        - qcom,sm8150-rpmh-clk

>        - qcom,sm8250-rpmh-clk

>  

> diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h

> index 2e6c54e65455..cd806eccb7dd 100644

> --- a/include/dt-bindings/clock/qcom,rpmh.h

> +++ b/include/dt-bindings/clock/qcom,rpmh.h

> @@ -21,5 +21,6 @@

>  #define RPMH_IPA_CLK				12

>  #define RPMH_LN_BB_CLK1				13

>  #define RPMH_LN_BB_CLK1_A			14

> +#define RPMH_QPIC_CLK				15

>  

>  #endif

> -- 

> 2.17.1

>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
index a46a3a799a70..a54930f111ba 100644
--- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
@@ -19,6 +19,7 @@  properties:
     enum:
       - qcom,sc7180-rpmh-clk
       - qcom,sdm845-rpmh-clk
+      - qcom,sdx55-rpmh-clk
       - qcom,sm8150-rpmh-clk
       - qcom,sm8250-rpmh-clk
 
diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h
index 2e6c54e65455..cd806eccb7dd 100644
--- a/include/dt-bindings/clock/qcom,rpmh.h
+++ b/include/dt-bindings/clock/qcom,rpmh.h
@@ -21,5 +21,6 @@ 
 #define RPMH_IPA_CLK				12
 #define RPMH_LN_BB_CLK1				13
 #define RPMH_LN_BB_CLK1_A			14
+#define RPMH_QPIC_CLK				15
 
 #endif