diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-11-25 12:47:39 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:33:00 -0500 |
commit | 78b81f4666fbb22a20b1e63e5baf197ad2e90e88 (patch) | |
tree | 74399d832ca6a1c153e791137a30e4f72a5b209d /arch/arm | |
parent | d1572f1f174d6ed12d5fec8ce1dbce4de2fefe2a (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index 41a983405e7d..e4cc44c98585 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts | |||
@@ -193,6 +193,7 @@ | |||
193 | i2c0: i2c@80058000 { | 193 | i2c0: i2c@80058000 { |
194 | pinctrl-names = "default"; | 194 | pinctrl-names = "default"; |
195 | pinctrl-0 = <&i2c0_pins_a>; | 195 | pinctrl-0 = <&i2c0_pins_a>; |
196 | clock-frequency = <400000>; | ||
196 | status = "okay"; | 197 | status = "okay"; |
197 | 198 | ||
198 | sgtl5000: codec@0a { | 199 | sgtl5000: codec@0a { |