On Sun, 20 Sep 2020 21:58:48 +0200, Krzysztof Kozlowski wrote: > The i.MX 7ULP DTSes use two compatibles so update the binding to fix > dtbs_check warnings like: > > arch/arm/boot/dts/imx7ulp-com.dt.yaml: gpio@40ae0000: > compatible: ['fsl,imx7ulp-gpio', 'fsl,vf610-gpio'] is too long > > arch/arm/boot/dts/imx7ulp-com.dt.yaml: gpio@40ae0000: > compatible: Additional items are not allowed ('fsl,vf610-gpio' was unexpected) > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v2: > 1. None, split from previous patchset using common GPIO schema > > Changes since v1: > 1. New patch > --- > Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>