On 25/09/2023 13:19, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > fsl,imx25-gpio and fsl,imx27-gpio are not documented, causing schema > warnings. > > fsl,imx25-gpio is compatible with fsl,imx35-gpio and fsl,imx27-gpio > is compatible with fsl,imx21-gpio. > > Document them accordingly. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Changes since v1: > - Sorted by fallback compatible. (Krzysztof) > > Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > index d0ca2af89f1e..f73381cec2d8 100644 > --- a/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > +++ b/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml > @@ -21,6 +21,14 @@ properties: > - items: > - const: fsl,imx35-gpio > - const: fsl,imx31-gpio > + - items: > + - enum: > + - fsl,imx27-gpio > + - const: fsl,imx21-gpio 31 (from above) should be after 21. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof