Commit 40f7d6d1 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

dt-bindings: clock: qcom: Remove double colon from description



No double colon is necessary in the description. Fix it for all bindings
so future bindings won't have the same copy-paste mistake.

Reported-by: default avatarRob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/lkml/20250625150458.GA1182597-robh@kernel.org/


Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250717-bindings-double-colon-v1-1-c04abc180fcd@fairphone.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 633a81be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ description: |
  Qualcomm camera clock control module provides the clocks, resets and
  power domains on SM8250.

  See also:: include/dt-bindings/clock/qcom,camcc-sm8250.h
  See also: include/dt-bindings/clock/qcom,camcc-sm8250.h

allOf:
  - $ref: qcom,gcc.yaml#
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ description: |
  Qualcomm display clock control module provides the clocks and power domains
  on SM6125.

  See also:: include/dt-bindings/clock/qcom,dispcc-sm6125.h
  See also: include/dt-bindings/clock/qcom,dispcc-sm6125.h

properties:
  compatible:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ description: |
  Qualcomm display clock control module provides the clocks, resets and power
  domains on SM6350.

  See also:: include/dt-bindings/clock/qcom,dispcc-sm6350.h
  See also: include/dt-bindings/clock/qcom,dispcc-sm6350.h

properties:
  compatible:
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ description: |
  Qualcomm global clock control module provides the clocks, resets and power
  domains on IPQ4019.

  See also:: include/dt-bindings/clock/qcom,gcc-ipq4019.h
  See also: include/dt-bindings/clock/qcom,gcc-ipq4019.h

allOf:
  - $ref: qcom,gcc.yaml#
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ description: |
  Qualcomm global clock control module provides the clocks, resets and power
  domains on IPQ8074.

  See also:: include/dt-bindings/clock/qcom,gcc-ipq8074.h
  See also: include/dt-bindings/clock/qcom,gcc-ipq8074.h

allOf:
  - $ref: qcom,gcc.yaml#
Loading