> Subject: Re: [PATCH 0/9] dt-bindings: pinctrl: imx: use minItems > > On Sat, Jul 23, 2022 at 05:43:26PM +0800, Peng Fan (OSS) wrote: > > From: Peng Fan <peng.fan@xxxxxxx> > > > > There are many warnings when do dtbs_check: fsl,pins are too long, so > > add minItems to address that. > > A single cell is not valid though, right? > > This particular property is problematic because each entry depending on the > platform has different number of cells (5, 6, etc.). A single cell (minItems: 1) > is not valid though, right? > > There's a fix in dtschema min branch which should fix the warnings. > Unfortunately, it just strips any bounds checking. Just fetch dtschema and rerun, no warning anymore. Regards, Peng. > > Rob