diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-10-20 11:08:01 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-10-25 20:17:36 +0800 |
commit | d1e61eb443dc7512885dfe89ee2f2a1c29fcb1da (patch) | |
tree | c731ac9e5832960db8d50a753d0f274553dfc5d8 | |
parent | a1fc198046181304d28a018dba048b718f2d7ce4 (diff) |
ARM: dts: imx28-evk: Let i2c0 run at 100kHzimx-fixes-3.18
Commit 78b81f4666fb ("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 78b81f4666fbb22a20b1e63e5baf197ad2e90e88.
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>
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index 09664fcf5afb..0e13b4b10a92 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts @@ -193,7 +193,6 @@ i2c0: i2c@80058000 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>; - clock-frequency = <400000>; status = "okay"; sgtl5000: codec@0a { |