From: Andrew Lunn Date: Sun, 3 Apr 2016 02:03:48 +0000 (+0200) Subject: ARM: dts: kirkwood: Remove address from gpio-i2c unit name X-Git-Tag: v4.8-rc1~66^2~1^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57910a3e0e4641255624d5e75839ea00a0f2bd96;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/kirkwood-km_common.dtsi b/arch/arm/boot/dts/kirkwood-km_common.dtsi index f6096f5..7962bde 100644 --- a/arch/arm/boot/dts/kirkwood-km_common.dtsi +++ b/arch/arm/boot/dts/kirkwood-km_common.dtsi @@ -24,7 +24,7 @@ }; }; - i2c@0 { + i2c { compatible = "i2c-gpio"; gpios = < &gpio0 8 GPIO_ACTIVE_HIGH /* sda */ &gpio0 9 GPIO_ACTIVE_HIGH>; /* scl */