summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-27 03:29:38 (GMT)
committerSimon Glass <sjg@chromium.org>2015-01-30 00:10:01 (GMT)
commitbd768264fb6d8f91727ed6cad9c3a09c8021cbc5 (patch)
tree6f82f548946a6bbc8b24863163450661aa390b65
parent7132b9fd68a1c76bf557d56dd62756a6607cf761 (diff)
downloadu-boot-fsl-qoriq-bd768264fb6d8f91727ed6cad9c3a09c8021cbc5.tar.xz
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 <sjg@chromium.org>
-rw-r--r--arch/arm/dts/exynos5250-snow.dts1
1 files changed, 1 insertions, 0 deletions
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>;
};