Commit 02f95c35 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@gmail.com>
Tested-by: default avatarChris Healy <cphealy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 13c033bc
......@@ -207,7 +207,7 @@ fixed-link {
};
&i2c0 {
clock-frequency = <100000>;
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment