diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-01 10:54:09 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-03 23:46:55 +0300 |
commit | 41af0d2ea1b03282b9f6da8b610ac30768893518 (patch) | |
tree | b4b854a4a2750b9072e69805a75e0734c7bc4ca6 /arch/arm/boot/dts/exynos5420.dtsi | |
parent | 8dec8385bee4f77e9d09a897a01cab8643c78a7d (diff) | |
download | linux-41af0d2ea1b03282b9f6da8b610ac30768893518.tar.xz |
ARM: dts: exynos: Silence i2c-gpio dtschema warning in Exynos5250 Arndale
The name of I2C controller over GPIO lines node ends with '-gpio' which
confuses dtschema:
arch/arm/boot/dts/exynos5250-arndale.dt.yaml: soc: i2c-gpio:
{'pinctrl-names': ['default'], ... 'phandle': [[65]]} is not of type 'array'
From schema: lib/python3.6/site-packages/dtschema/schemas/gpio/gpio-consumer.yaml
Add a '-10' (there are already 0-9 I2C controllers on the SoC) suffix to
silence it. This pattern on naming i2c-gpio is already present in many
other dts. No functional change.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200901075417.22481-6-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
0 files changed, 0 insertions, 0 deletions