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

Commit b2a63431 authored by Viresh Kumar's avatar Viresh Kumar Committed by Rafael J. Wysocki
Browse files

cpufreq: cpu0: Fix mistake in Documentation example



"clock-latency" is incorrectly written as "transition-latency" in an example
present in Documentation of cpufreq-cpu0. Fix it.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 98765847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ cpus {
			396000  950000
			198000  850000
		>;
		transition-latency = <61036>; /* two CLK32 periods */
		clock-latency = <61036>; /* two CLK32 periods */
	};

	cpu@1 {