On Tue, Mar 28, 2023 at 12:24 AM Peng Fan (OSS) <peng.fan@xxxxxxxxxxx> wrote: > > From: Peng Fan <peng.fan@xxxxxxx> > > one is not enough for i.MX8, so enlarge it. But it wasn't 1, it was unbounded. As dtbs_check shows, the new bounds aren't right either. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > index be56c3faec0f..e303455eadce 100644 > --- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > @@ -66,7 +66,10 @@ properties: > > gpio-controller: true > gpio-line-names: true > - gpio-ranges: true > + > + gpio-ranges: > + minItems: 1 > + maxItems: 16 > > power-domains: > maxItems: 1 > -- > 2.37.1 >