ARM: dts: imx6: ventana: correct gw52xx sgtl5000 clock source
authorTim Harvey <tharvey@gateworks.com>
Mon, 2 Jun 2014 18:44:01 +0000 (11:44 -0700)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 17 Jun 2014 13:11:19 +0000 (21:11 +0800)
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>
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi

index c0ac27fc59e912a4b71b60072bf41299fe308f51..744c8a2d81f6b715972fdd0ab77d35597c6d4d95 100644 (file)
        codec: sgtl5000@0a {
                compatible = "fsl,sgtl5000";
                reg = <0x0a>;
-               clocks = <&clks 169>;
+               clocks = <&clks 201>;
                VDDA-supply = <&reg_1p8v>;
                VDDIO-supply = <&reg_3p3v>;
        };