[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqKiFipqb5KEs2RsyQKcoD78qOw2UvobEmj5=8-Q=qJF3Q@mail.gmail.com>
Date: Mon, 13 Jan 2020 10:21:24 -0600
From: Rob Herring <robh@...nel.org>
To: Taniya Das <tdas@...eaurora.org>
Cc: Stephen Boyd <sboyd@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
David Brown <david.brown@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
linux-arm-msm <linux-arm-msm@...r.kernel.org>,
"open list:ARM/QUALCOMM SUPPORT" <linux-soc@...r.kernel.org>,
linux-clk <linux-clk@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Andy Gross <agross@...nel.org>, devicetree@...r.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: clock: Add YAML schemas for the QCOM
MSS clock bindings
On Mon, Jan 13, 2020 at 4:00 AM Taniya Das <tdas@...eaurora.org> wrote:
>
> Hi Rob,
>
> Thanks for your review.
>
> On 1/5/2020 3:06 AM, Rob Herring wrote:
>
> >> +description: |
> >> + Qualcomm modem clock control module which supports the clocks.
> >> +
> >> +properties:
> >> + compatible :
> >
> > drop space ^
> >
>
> Will take care in the next patch.
>
> >> + enum:
> >> + - qcom,sc7180-mss
> >> +
> >> + '#clock-cells':
> >> + const: 1
> >> +
> >> + reg:
> >> + maxItems: 1
> >> +
> >> + additionalItems: false
> >
> > With 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?
Sorry, I was reading that as 'additionalProperties' which is what you
want at the top level. Generally, 'additionalItems' is not needed.
Rob
Powered by blists - more mailing lists