diff mbox series

dt-bindings: clock: Fix qcom,msm8996-apcc yaml syntax

Message ID 1595322791-18571-1-git-send-email-loic.poulain@linaro.org
State Accepted
Commit ba937f51090d04bde3c2b9bf1213dabac706461d
Headers show
Series dt-bindings: clock: Fix qcom,msm8996-apcc yaml syntax | expand

Commit Message

Loic Poulain July 21, 2020, 9:13 a.m. UTC
Fix errors reported by dt_binding_check.
- Fix literal block scalar for dts example
- Fix schema identifier URI

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

---
 Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.7.4

Comments

Stephen Boyd July 21, 2020, 9:37 a.m. UTC | #1
Quoting Loic Poulain (2020-07-21 02:13:11)
> Fix errors reported by dt_binding_check.

> - Fix literal block scalar for dts example

> - Fix schema identifier URI

> 

> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

> ---


Any chance you can resend and Cc linux-clk and Robh?

>  Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml | 6 ++----

>  1 file changed, 2 insertions(+), 4 deletions(-)

>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml b/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml
index d673ede..a20cb10 100644
--- a/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml
@@ -1,7 +1,7 @@ 
 # SPDX-License-Identifier: GPL-2.0-only
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/clock/qcom,kryocc.yaml#
+$id: http://devicetree.org/schemas/clock/qcom,msm8996-apcc.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Qualcomm clock controller for MSM8996 CPUs
@@ -46,11 +46,9 @@  required:
 additionalProperties: false
 
 examples:
-  # Example for msm8996
   - |
     kryocc: clock-controller@6400000 {
         compatible = "qcom,msm8996-apcc";
         reg = <0x6400000 0x90000>;
         #clock-cells = <1>;
-  };
-...
+    };