ARM: dts: vf610-zii-cfu1: Run I2C0 at 400 kHz

All the I2C devices connected to the I2C0 bus are capable of
running at 400kHz, so run it at a higher frequency.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2018-12-11 10:03:47 -02:00 committed by Shawn Guo
parent 13c033bc63
commit 02f95c3551

View File

@ -207,7 +207,7 @@
};
&i2c0 {
clock-frequency = <100000>;
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0>;
status = "okay";