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

Commit 2ba60261 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM / devfreq: Fix cpu-to-dev-map documentation for devfreq_cpufreq"

parents 94afa5c1 4951e075
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -8,11 +8,18 @@ CCI.
Parent device name shall be "devfreq-cpufreq".

Required child device properties:
- cpu-to-dev-map:	A list of tuples where each tuple consists of a
- cpu-to-dev-map, or cpu-to-dev-map-<X>:
			A list of tuples where each tuple consists of a
			CPU frequency (KHz) and the corresponding device
			frequency. CPU frequencies not listed in the table
			will use the device frequency that corresponds to the
			next rounded up CPU frequency.
			Use "cpu-to-dev-map" if all CPUs in the system should
			share same mapping.
			Use cpu-to-dev-map-<cpuid> to describe different
			mappings for different CPUs. The property should be
			listed only for the first CPU if multiple CPUs are
			synchronous.
- target-dev:		Phandle to device that this mapping applies to.

Example: