diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-06-02 22:44:01 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-06-17 17:11:19 +0400 |
commit | 5b4c180abc9d91a63f76f0388aefcc7908199eef (patch) | |
tree | a996d6e2fec4e58722b628d36b8bf81c172a4328 /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |
parent | 3c3868c52e8c002bc9c3af4529cbc79372f11b11 (diff) | |
download | linux-5b4c180abc9d91a63f76f0388aefcc7908199eef.tar.xz |
ARM: dts: imx6: ventana: correct gw52xx sgtl5000 clock source
Correct the invalid clock for the sgtl5000 audio codec on the GW52xx Ventana
baseboard.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index c0ac27fc59e9..744c8a2d81f6 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -288,7 +288,7 @@ codec: sgtl5000@0a { compatible = "fsl,sgtl5000"; reg = <0x0a>; - clocks = <&clks 169>; + clocks = <&clks 201>; VDDA-supply = <®_1p8v>; VDDIO-supply = <®_3p3v>; }; |