diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2016-01-20 16:09:22 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 11:17:24 +0300 |
commit | 2443c6095d9e53b9fa360a9a7d1cbd66dedec3a0 (patch) | |
tree | 372a8743a4ca2b945540077cdd2ab0704bf68d4f /arch/arm/boot/dts/imx53-tx53.dtsi | |
parent | de124d31e23a9a53ae45711664332a7586919105 (diff) | |
download | linux-2443c6095d9e53b9fa360a9a7d1cbd66dedec3a0.tar.xz |
ARM: dts: imx53-tx53: set 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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi index 006289ae9f99..bd3dfefa5778 100644 --- a/arch/arm/boot/dts/imx53-tx53.dtsi +++ b/arch/arm/boot/dts/imx53-tx53.dtsi @@ -37,7 +37,7 @@ compatible = "fixed-clock"; reg = <0>; #clock-cells = <0>; - clock-frequency = <27000000>; + clock-frequency = <26000000>; }; }; |