]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: exynos: dts: Set the offset length for cros_ec
authorSimon Glass <sjg@chromium.org>
Tue, 27 Jan 2015 03:29:38 +0000 (20:29 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:10:01 +0000 (17:10 -0700)
The EC has no concept of offset, so use a value of 0.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/exynos5250-snow.dts

index 649e4bd0d2a386a6d8abb78d4f78e2a5eca83000..7d8be69d73b7d14c522451bcf9ad552e4a74a97e 100644 (file)
@@ -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>;
                };