diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-22 08:48:42 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 12:04:15 +0400 |
commit | 59d5c0ce8a790475b22a18a94386bc2b3dd1aa31 (patch) | |
tree | 508d43cf289db47c11286831c70e7fd02b9d69b9 /arch/arm/boot/dts/imx53-qsb.dts | |
parent | 950504973d0122e61364fa381e8424bde1183ff4 (diff) | |
download | linux-59d5c0ce8a790475b22a18a94386bc2b3dd1aa31.tar.xz |
ARM: imx: move imx53-qsb audio codec clk lookup into DT
With device tree clk lookup support in place, we can move audio codec
clk lookup for ssi_ext1 into device tree now, so that imx53_qsb_init()
can be saved.
Since ssi_ext2 lookup is used nowhere, it gets removed together with
ssi_ext1 lookup from clk driver.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-qsb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-qsb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts index 160d1bcab2be..a885d374d448 100644 --- a/arch/arm/boot/dts/imx53-qsb.dts +++ b/arch/arm/boot/dts/imx53-qsb.dts @@ -147,6 +147,7 @@ reg = <0x0a>; VDDA-supply = <®_3p2v>; VDDIO-supply = <®_3p2v>; + clocks = <&clks 150>; }; }; |