aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2014-06-02 11:44:01 -0700
committerShawn Guo <shawn.guo@freescale.com>2014-06-17 21:11:19 +0800
commit5b4c180abc9d91a63f76f0388aefcc7908199eef (patch)
treea996d6e2fec4e58722b628d36b8bf81c172a4328 /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
parentARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix (diff)
downloadlinux-dev-5b4c180abc9d91a63f76f0388aefcc7908199eef.tar.xz
linux-dev-5b4c180abc9d91a63f76f0388aefcc7908199eef.zip
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.dtsi2
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 = <&reg_1p8v>;
VDDIO-supply = <&reg_3p3v>;
};