Skip to content

Commit

Permalink
ARM: dts: imx6: use correct mclk frequency for audio codec
Browse files Browse the repository at this point in the history
The reference clock for the SGTL5000 is generated by a 26MHz crystal
oscillator on the Ka-Ro electronics STK5 eval kits. Use the correct
frequency setting in DTB.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Lothar Waßmann authored and Shawn Guo committed Feb 29, 2016
1 parent b184f24 commit 43ffc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-tx6.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <27000000>;
clock-frequency = <26000000>;
};
};

Expand Down

0 comments on commit 43ffc19

Please sign in to comment.