Skip to content

Commit d1e61eb

Browse files
Fabio Estevamshawnguo2
authored andcommitted
ARM: dts: imx28-evk: Let i2c0 run at 100kHz
Commit 78b81f4 ("ARM: dts: imx28-evk: Run I2C0 at 400kHz") caused issues when doing the following sequence in loop: - Boot the kernel - Perform audio playback - Reboot the system via 'reboot' command In many times the audio card cannot be probed, which causes playback to fail. After restoring to the original i2c0 frequency of 100kHz there is no such problem anymore. This reverts commit 78b81f4. Cc: <stable@vger.kernel.org> # 3.16+ Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
1 parent a1fc198 commit d1e61eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

199198
sgtl5000: codec@0a {

0 commit comments

Comments
 (0)