On Tue, 05 Mar 2024 00:43:06 +0100, David Heidelberg wrote: > With recent changes within matrix dimensions calculation, > dropping maxItems: 1 provides a warning-free run. > > Fixes warning such as: > arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dtb: opp-table: opp-200000000:opp-hz:0: [200000000, 0, 0, 150000000, 0, 0, 0, 0, 300000000] is too long > > Fixes: 3cb16ad69bef ("dt-bindings: opp: accept array of frequencies") > Suggested-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: David Heidelberg <david@xxxxxxx> > --- > follow-up of https://lore.kernel.org/lkml/20231229191038.247258-1-david@xxxxxxx/T/ > > Documentation/devicetree/bindings/opp/opp-v2-base.yaml | 2 -- > 1 file changed, 2 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>