From: Simon Glass Date: Tue, 27 Jan 2015 03:29:38 +0000 (-0700) Subject: dm: exynos: dts: Set the offset length for cros_ec X-Git-Tag: v2015.04-rc1~7^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd768264fb6d8f91727ed6cad9c3a09c8021cbc5;p=platform%2Fkernel%2Fu-boot.git dm: exynos: dts: Set the offset length for cros_ec The EC has no concept of offset, so use a value of 0. Signed-off-by: Simon Glass --- diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 649e4bd..7d8be69 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -44,6 +44,7 @@ reg = <0x1e>; compatible = "google,cros-ec"; i2c-max-frequency = <100000>; + u-boot,i2c-offset-len = <0>; ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>; };