diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-07-01 15:46:05 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-07-15 08:28:09 +0800 |
commit | 66acaf3f897c9245f5456d884e5ae401700cbc45 (patch) | |
tree | 37886fc6bfb0b50372ac8de186ff220e3cbce132 /arch/arm/boot/dts/imx28-m28evk.dts | |
parent | 3b79cd15bfc5f1ddb5e387310fa3dbb09b81b552 (diff) | |
download | blackbird-obmc-linux-66acaf3f897c9245f5456d884e5ae401700cbc45.tar.gz blackbird-obmc-linux-66acaf3f897c9245f5456d884e5ae401700cbc45.zip |
ARM: mxs: saif0 is the clock provider to sgtl5000
These systems all use saif0 as the mclock provider to codec sgtl5000.
Reflect that in device tree source, so that sgtl5000 can find the clock
by calling clk_get().
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-m28evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28evk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index 880df2f13be8..44d9da57736e 100644 --- a/arch/arm/boot/dts/imx28-m28evk.dts +++ b/arch/arm/boot/dts/imx28-m28evk.dts @@ -184,7 +184,7 @@ reg = <0x0a>; VDDA-supply = <®_3p3v>; VDDIO-supply = <®_3p3v>; - + clocks = <&saif0>; }; eeprom: eeprom@51 { |