Re: [PATCH v2 01/19] dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles

From: Rob Herring
Date: Mon Aug 24 2020 - 22:31:11 EST


On Mon, 24 Aug 2020 18:26:34 +0200, Krzysztof Kozlowski wrote:
> DTSes with new i.MX 8 SoCs introduce their own compatibles so add them
> to fix dtbs_check warnings like:
>
> arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: gpio@30200000:
> compatible:0: 'fsl,imx8mm-gpio' is not one of ['fsl,imx1-gpio', 'fsl,imx21-gpio', 'fsl,imx31-gpio', 'fsl,imx35-gpio', 'fsl,imx7d-gpio']
> From schema: Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml
>
> arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: gpio@30200000:
> compatible: ['fsl,imx8mm-gpio', 'fsl,imx35-gpio'] is too long
>
> arch/arm64/boot/dts/freescale/imx8mm-evk.dt.yaml: gpio@30200000:
> compatible: Additional items are not allowed ('fsl,imx35-gpio' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> .../bindings/gpio/fsl-imx-gpio.yaml | 21 +++++++++++++------
> 1 file changed, 15 insertions(+), 6 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>