OSDN Git Service

ARM: dts: vf610-zii-cfu1: Run I2C0 at 400 kHz
authorFabio Estevam <festevam@gmail.com>
Tue, 11 Dec 2018 12:03:47 +0000 (10:03 -0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 10 Jan 2019 06:57:08 +0000 (14:57 +0800)
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>
arch/arm/boot/dts/vf610-zii-cfu1.dts

index 7cdcc5f..445c7dc 100644 (file)
 };
 
 &i2c0 {
-       clock-frequency = <100000>;
+       clock-frequency = <400000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c0>;
        status = "okay";