[U-Boot] [PATCH v4 2/4] dm: exynos: dts: Set the offset length for cros_ec

Simon Glass sjg at chromium.org
Tue Jan 27 04:29:38 CET 2015


The EC has no concept of offset, so use a value of 0.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v4: None

 arch/arm/dts/exynos5250-snow.dts | 1 +
 1 file changed, 1 insertion(+)

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>;
 		};
 
-- 
2.2.0.rc0.207.ga3a616c



More information about the U-Boot mailing list