Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: vf610-zii-cfu1: Slow I2C0 down to 100 kHz

Fiber-optic modules attached to the bus are only rated to work at
100 kHz, so decrease the bus frequency to accommodate that.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
80159240 929c11a5

+1 -1
+1 -1
arch/arm/boot/dts/vf610-zii-cfu1.dts
··· 207 207 }; 208 208 209 209 &i2c0 { 210 - clock-frequency = <400000>; 210 + clock-frequency = <100000>; 211 211 pinctrl-names = "default"; 212 212 pinctrl-0 = <&pinctrl_i2c0>; 213 213 status = "okay";