Skip to content

Commit 78b81f4

Browse files
Fabio Estevamshawnguo2
authored andcommitted
ARM: dts: imx28-evk: Run I2C0 at 400kHz
It is safe to operate I2C0 at 400kHz as SGTL5000 supports this frequency. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
1 parent d1572f1 commit 78b81f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/imx28-evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
i2c0: i2c@80058000 {
194194
pinctrl-names = "default";
195195
pinctrl-0 = <&i2c0_pins_a>;
196+
clock-frequency = <400000>;
196197
status = "okay";
197198

198199
sgtl5000: codec@0a {

0 commit comments

Comments
 (0)