Messages in this thread |  | | Date | Sat, 30 Apr 2022 16:40:54 +0200 | Subject | Re: [PATCH v2 3/3] dt-bindings: arm: msm: Convert kpss-gcc driver Documentation to yaml | From | Krzysztof Kozlowski <> |
| |
On 30/04/2022 08:01, Ansuel Smith wrote: > Convert kpss-gcc driver Documentation to yaml. > Add #clock-cells additional binding to required bindings and example > as it's a required binding for clock-output-names. > > Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
(...)
> +properties: > + compatible: > + items: > + - enum: > + - qcom,kpss-gcc-ipq8064 > + - qcom,kpss-gcc-apq8064 > + - qcom,kpss-gcc-msm8974 > + - qcom,kpss-gcc-msm8960 > + - const: qcom,kpss-gcc > + > + reg: > + maxItems: 1 > + > + clocks: > + items: > + - description: phandle to pll8_vote > + - description: phandle to pxo_board > + > + clock-names: > + items: > + - const: pll8_vote > + - const: pxo > + > + clock-output-names: > + const: acpu_l2_aux
It does not make sense having a constant output name. What is the meaning this property in such case? The original binding did not enforce it.
Best regards, Krzysztof
|  |