Skip to content

Commit

Permalink
ARM: dts: gemini-dlink-dns-313: rename gpio-i2c to i2c
Browse files Browse the repository at this point in the history
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: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
montjoie authored and linusw committed May 21, 2021
1 parent 7d6c9ee commit 3b976b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-dlink-dns-313.dts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@


/* 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)>;
Expand Down

0 comments on commit 3b976b5

Please sign in to comment.