Skip to content

Commit ba937f5

Browse files
Loic Poulainbebarino
authored andcommitted
dt-bindings: clock: Fix qcom,msm8996-apcc yaml syntax
Fix errors reported by dt_binding_check. - Fix literal block scalar for dts example - Fix schema identifier URI Signed-off-by: Loic Poulain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 9c3df2b commit ba937f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/clock/qcom,kryocc.yaml#
4+
$id: http://devicetree.org/schemas/clock/qcom,msm8996-apcc.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Qualcomm clock controller for MSM8996 CPUs
@@ -46,11 +46,9 @@ required:
4646
additionalProperties: false
4747

4848
examples:
49-
# Example for msm8996
5049
- |
5150
kryocc: clock-controller@6400000 {
5251
compatible = "qcom,msm8996-apcc";
5352
reg = <0x6400000 0x90000>;
5453
#clock-cells = <1>;
55-
};
56-
...
54+
};

0 commit comments

Comments
 (0)