Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: arm: Link idle-states binding to "enable-method" property

The "enable-method" property for cpu nodes needs to be "psci" for CPU
idle management to be setup correctly.

Add a note to the binding documentation to this effect to make it
obvious.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Amit Kucheria and committed by
Rob Herring
4c0a59e1 57374808

+10 -3
+10 -3
Documentation/devicetree/bindings/arm/idle-states.txt
··· 241 241 - "psci" 242 242 # On ARM 32-bit systems this property is optional 243 243 244 - The nodes describing the idle states (state) can only be defined within the 245 - idle-states node, any other configuration is considered invalid and therefore 246 - must be ignored. 244 + This assumes that the "enable-method" property is set to "psci" in the cpu 245 + node[6] that is responsible for setting up CPU idle management in the OS 246 + implementation. 247 + 248 + The nodes describing the idle states (state) can only be defined 249 + within the idle-states node, any other configuration is considered invalid 250 + and therefore must be ignored. 247 251 248 252 =========================================== 249 253 4 - state node ··· 701 697 702 698 [5] Devicetree Specification 703 699 https://www.devicetree.org/specifications/ 700 + 701 + [6] ARM Linux Kernel documentation - Booting AArch64 Linux 702 + Documentation/arm64/booting.txt