Skip to content

Commit 5b4c180

Browse files
GateworksShawn Guo
authored andcommitted
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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 3c3868c commit 5b4c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6qdl-gw52xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
codec: sgtl5000@0a {
289289
compatible = "fsl,sgtl5000";
290290
reg = <0x0a>;
291-
clocks = <&clks 169>;
291+
clocks = <&clks 201>;
292292
VDDA-supply = <&reg_1p8v>;
293293
VDDIO-supply = <&reg_3p3v>;
294294
};

0 commit comments

Comments
 (0)