Re: [PATCH 2/6] ARM: dts: imx6: use correct mclk frequency for audio codec

From: Shawn Guo
Date: Tue Feb 02 2016 - 01:31:32 EST


On Wed, Jan 20, 2016 at 01:57:02PM +0100, Lothar Waßmann wrote:
> 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@xxxxxxxxxxxxxxxxxxx>

Applied, thanks.

> ---
> arch/arm/boot/dts/imx6qdl-tx6.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
> index 13cb7cc..9404668 100644
> --- a/arch/arm/boot/dts/imx6qdl-tx6.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
> @@ -41,7 +41,7 @@
> compatible = "fixed-clock";
> reg = <0>;
> #clock-cells = <0>;
> - clock-frequency = <27000000>;
> + clock-frequency = <26000000>;
> };
> };
>
> --
> 2.1.4
>
>