Message ID | 1351593685-19663-2-git-send-email-iwamatsu@nigauri.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/openblocks-ax3-4.dts b/arch/arm/boot/dts/openblocks-ax3-4.dts index 7ef8052..c42b9a5 100644 --- a/arch/arm/boot/dts/openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/openblocks-ax3-4.dts @@ -65,5 +65,15 @@ linux,default-trigger = "heartbeat"; }; }; + + i2c@d0011000 { + status = "okay"; + clock-frequency = <400000>; + }; + + i2c@d0011100 { + status = "okay"; + clock-frequency = <400000>; + }; }; };
OpenBlockS AX3 uses the I2C controller on the mvebu. This validates I2C controller and clock-frequency. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- arch/arm/boot/dts/openblocks-ax3-4.dts | 10 ++++++++++ 1 file changed, 10 insertions(+)