projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7132b9f
)
dm: exynos: dts: Set the offset length for cros_ec
author
Simon Glass
<sjg@chromium.org>
Tue, 27 Jan 2015 03:29:38 +0000
(20:29 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/exynos5250-snow.dts
b/arch/arm/dts/exynos5250-snow.dts
index 649e4bd0d2a386a6d8abb78d4f78e2a5eca83000..7d8be69d73b7d14c522451bcf9ad552e4a74a97e 100644
(file)
--- 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>;
};