Commit 3b976b54 authored by Corentin Labbe's avatar Corentin Labbe Committed by Linus Walleij

ARM: dts: gemini-dlink-dns-313: rename gpio-i2c to i2c

This fixes dtcheck warning:
arch/arm/boot/dts/gemini-dlink-dns-313.dt.yaml: gpio-i2c: $nodename:0: 'gpio-i2c' does not match '^i2c(@.*)?'
Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7d6c9ee5
......@@ -82,7 +82,7 @@ fan0: gpio-fan {
/* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
gpio-i2c {
i2c {
compatible = "i2c-gpio";
sda-gpios = <&gpio0 15 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
scl-gpios = <&gpio0 16 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment