diff options
author | 2023-05-13 00:17:20 +0300 | |
---|---|---|
committer | 2023-07-31 14:24:04 -0700 | |
commit | b7fd5d19e32aa65fbbba616e99f4e2deda8405ac (patch) | |
tree | eeeaa652485fb618e68690d9323d892f1b4e541a | |
parent | dt-bindings: clock: drop qcom,lcc-mdm9615 header file (diff) | |
download | wireguard-linux-b7fd5d19e32aa65fbbba616e99f4e2deda8405ac.tar.xz wireguard-linux-b7fd5d19e32aa65fbbba616e99f4e2deda8405ac.zip |
dt-bindings: clock: provide separate bindings for qcom,gcc-mdm9615
The global clock controller on MDM9615 uses external CXO and PLL7
clocks. Split the qcom,gcc-mdm9615 to the separate schema file.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230512211727.3445575-4-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml index 0e8e43398e41..559fc21435c8 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml @@ -19,8 +19,6 @@ description: | include/dt-bindings/reset/qcom,gcc-ipq6018.h include/dt-bindings/clock/qcom,gcc-msm8953.h include/dt-bindings/clock/qcom,gcc-mdm9607.h - include/dt-bindings/clock/qcom,gcc-mdm9615.h - include/dt-bindings/reset/qcom,gcc-mdm9615.h allOf: - $ref: qcom,gcc.yaml# @@ -30,7 +28,6 @@ properties: enum: - qcom,gcc-ipq6018 - qcom,gcc-mdm9607 - - qcom,gcc-mdm9615 required: - compatible |