Re: [PATCH v1 1/2] clk: qcom: Add DT bindings for SC7180 gcc clock controller
From: Vinod Koul <vkoul@kernel.org>
Date: 2019-08-08 05:04:40
Also in:
linux-arm-msm, linux-clk, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2019-08-08 05:04:40
Also in:
linux-arm-msm, linux-clk, lkml
On 07-08-19, 23:43, Taniya Das wrote:
Add compatible string and the include file for gcc clock controller for SC7180. Signed-off-by: Taniya Das <redacted> --- .../devicetree/bindings/clock/qcom,gcc.txt | 1 + include/dt-bindings/clock/qcom,gcc-sc7180.h | 155 ++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 include/dt-bindings/clock/qcom,gcc-sc7180.hdiff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index 8661c3cd3ccf..18d95467cb36 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt@@ -23,6 +23,7 @@ Required properties : "qcom,gcc-sdm630" "qcom,gcc-sdm660" "qcom,gcc-sdm845" + "qcom,gcc-sc7180"
I don't see parent clocks listed here please add them as well -- ~Vinod