blob: 463ebced3e56c47277ee4e8149d49091d20811e1 [file] [log] [blame]
Amlogic Cpuidle
Required properties:
- compatible: must be "amlogic,cpuidle"
- suspend_power: do suspend power command, should be "0x8200009E"
- resume_power: do resume power command, should be "0x8200009F"
Examples:
aml_cpuidle{
compatible = "amlogic,cpuidle";
suspend_power = <0x8200009E>;
resume_power = <0x8200009F>;
};