Re: [PATCH] dt-bindings: spmi: Correct 'reg' schema

From: Rob Herring
Date: Mon Jun 21 2021 - 13:03:42 EST


On Tue, 15 Jun 2021 11:20:24 -0600, Rob Herring wrote:
> 'reg' is defined to be N address entries of M cells each. For SPMI, N is 1
> and M is 1 or 2. The schema fails to define the number of entries as it
> only specifies the inner cell(s). To fix, add an outer items list with 1
> entry.
>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/spmi/spmi.yaml | 15 ++++++++-------
> 1 file changed, 8 insertions(+), 7 deletions(-)
>

Applied, thanks!