On Sat, Mar 14, 2020 at 5:45 AM Rob Herring <robh@xxxxxxxxxx> wrote: > > There's no need to specify 'maxItems' with the same value as the number > of entries in 'items'. A meta-schema update will catch future cases. > > Cc: Orson Zhai <orsonzhai@xxxxxxxxx> > Cc: Baolin Wang <baolin.wang7@xxxxxxxxx> > Cc: Chunyan Zhang <zhang.lyra@xxxxxxxxx> > Cc: Zhang Rui <rui.zhang@xxxxxxxxx> > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > Cc: Amit Kucheria <amit.kucheria@xxxxxxxxxxxxx> > Cc: linux-pm@xxxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> Thanks Rob. Reviewed-by: Baolin Wang <baolin.wang7@xxxxxxxxx> > --- > Documentation/devicetree/bindings/thermal/sprd-thermal.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/thermal/sprd-thermal.yaml b/Documentation/devicetree/bindings/thermal/sprd-thermal.yaml > index 3bfe05504456..058c4cc06ba6 100644 > --- a/Documentation/devicetree/bindings/thermal/sprd-thermal.yaml > +++ b/Documentation/devicetree/bindings/thermal/sprd-thermal.yaml > @@ -31,7 +31,6 @@ properties: > Reference to nvmem nodes for the calibration data. > > nvmem-cell-names: > - maxItems: 2 > items: > - const: thm_sign_cal > - const: thm_ratio_cal > -- > 2.20.1 > -- Baolin Wang