1
0
Fork 0

ARM: dts: kirkwood: Remove address from gpio-i2c unit name

gpio-i2c does not have a reg property, just a list of gpios.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
steinar/wifi_calib_4_9_kernel
Andrew Lunn 2016-04-03 04:03:48 +02:00 committed by Gregory CLEMENT
parent eb13cf8345
commit 57910a3e0e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
};
};
i2c@0 {
i2c {
compatible = "i2c-gpio";
gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */
&gpio0 9 GPIO_ACTIVE_HIGH>; /* scl */