Re: [PATCH v2 1/3] dt-bindings: clock: Add YAML schemas for the QCOM MSS clock bindings
From: Taniya Das <hidden>
Date: 2020-01-13 10:00:57
Also in:
linux-arm-msm, linux-clk, lkml
From: Taniya Das <hidden>
Date: 2020-01-13 10:00:57
Also in:
linux-arm-msm, linux-clk, lkml
Hi Rob, Thanks for your review. On 1/5/2020 3:06 AM, Rob Herring wrote:
quoted
+description: | + Qualcomm modem clock control module which supports the clocks. + +properties: + compatible :drop space ^
Will take care in the next patch.
quoted
+ enum: + - qcom,sc7180-mss + + '#clock-cells': + const: 1 + + reg: + maxItems: 1 + + additionalItems: falseWith the indentation here, you are defining a property. Should be no indent.
I tried removing the indent too, but I keep getting this error.
Additional properties are not allowed ('additionalItems' was unexpected)
Please let me know if I am missing something?
quoted
+ +required: + - compatible + - reg + - '#clock-cells' + +examples: + # Example of MSS with clock nodes properties for SC7180: + - | + clock-controller@41aa000 { + compatible = "qcom,sc7180-mss"; + reg = <0x041aa000 0x100>; + #clock-cells = <1>; + }; +... -- Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member of the Code Aurora Forum, hosted by the Linux Foundation.
-- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation. --