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

ARM: dts: imx28-tx28: use correct mclk frequency

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
b184f241 b0e96f83

+1 -1
+1 -1
arch/arm/boot/dts/imx28-tx28.dts
··· 130 130 compatible = "fixed-clock"; 131 131 reg = <0>; 132 132 #clock-cells = <0>; 133 - clock-frequency = <27000000>; 133 + clock-frequency = <26000000>; 134 134 }; 135 135 }; 136 136