Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6: use correct mclk frequency for audio codec

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>

authored by

Lothar Waßmann and committed by
Shawn Guo
43ffc19e b184f241

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-tx6.dtsi
··· 41 41 compatible = "fixed-clock"; 42 42 reg = <0>; 43 43 #clock-cells = <0>; 44 - clock-frequency = <27000000>; 44 + clock-frequency = <26000000>; 45 45 }; 46 46 }; 47 47