Home
last modified time | relevance | path

Searched hist:db10945cf49e9c04053b436abe334412003f9af9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpuidle/
H A Ddt_idle_states.cdiff db10945cf49e9c04053b436abe334412003f9af9 Fri Feb 01 03:16:39 CET 2019 Joseph Lo <josephl@nvidia.com> cpuidle: dt: bail out if the idle-state DT node is not compatible

Currently, the DT of the idle states will be parsed first whether it's
compatible or not. This could cause a warning message that comes from if
the CPU doesn't support identical idle states. E.g. Tegra186 can run
with 2 Cortex-A57 and 2 Denver cores with different idle states on
different types of these cores.

So fix it by checking the match node earlier, then it can make sure it
only goes through the idle states that the CPU supported.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>