Skip to content

Commit

Permalink
ARM: dts: imx53-tx53: set correct mclk frequency
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 de124d3 commit 2443c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx53-tx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <27000000>;
clock-frequency = <26000000>;
};
};

Expand Down

0 comments on commit 2443c60

Please sign in to comment.