Re: [PATCH 01/33] ARM: dts: exynos: Silence i2c-gpio dtschema warning in Galaxy I9100

2020-09-02 Thread Krzysztof Kozlowski
On Sun, Aug 30, 2020 at 03:51:28PM +0200, Krzysztof Kozlowski wrote: > The name of I2C controller over GPIO lines node ends with '-gpio' which > confuses dtschema: > > /arch/arm/boot/dts/exynos4210-i9100.dt.yaml: /: i2c-gpio: > {'compatible': ['i2c-gpio'], ... 'maxim,over-volt': [[4500]]}}

[PATCH 01/33] ARM: dts: exynos: Silence i2c-gpio dtschema warning in Galaxy I9100

2020-08-30 Thread Krzysztof Kozlowski
The name of I2C controller over GPIO lines node ends with '-gpio' which confuses dtschema: /arch/arm/boot/dts/exynos4210-i9100.dt.yaml: /: i2c-gpio: {'compatible': ['i2c-gpio'], ... 'maxim,over-volt': [[4500]]}} is not of type 'array' From schema: lib/python3.6/site-packages/dtschema/