Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0558bdf3 authored by Vivek Aknurwar's avatar Vivek Aknurwar
Browse files

ARM: dts: msm: Correct sleep clk frequency to 32khz

Correct fixed sleep clk frequency to 32khz.

Change-Id: I464c1f305c30a28fff35dc4c3f01520be2a5b82b
parent e17a20b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -802,7 +802,7 @@
		sleep_clk: sleep-clk {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <32764>;
			clock-frequency = <32000>;
			clock-output-names = "sleep_clk";
		};
	};