Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <loic.poulain@linaro.org>
Link: https://lore.kernel.org/r/1595326714-20485-1-git-send-email-loic.poulain@linaro.org
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Loic Poulain and committed by
Stephen Boyd
ba937f51 9c3df2b1

+2 -4
+2 -4
Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/clock/qcom,kryocc.yaml# 4 + $id: http://devicetree.org/schemas/clock/qcom,msm8996-apcc.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Qualcomm clock controller for MSM8996 CPUs ··· 46 46 additionalProperties: false 47 47 48 48 examples: 49 - # Example for msm8996 50 49 - | 51 50 kryocc: clock-controller@6400000 { 52 51 compatible = "qcom,msm8996-apcc"; 53 52 reg = <0x6400000 0x90000>; 54 53 #clock-cells = <1>; 55 - }; 56 - ... 54 + };