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>
This commit is contained in:
parent
7132b9fd68
commit
bd768264fb
|
@ -44,6 +44,7 @@
|
||||||
reg = <0x1e>;
|
reg = <0x1e>;
|
||||||
compatible = "google,cros-ec";
|
compatible = "google,cros-ec";
|
||||||
i2c-max-frequency = <100000>;
|
i2c-max-frequency = <100000>;
|
||||||
|
u-boot,i2c-offset-len = <0>;
|
||||||
ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;
|
ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue