Skip to content
Snippets Groups Projects
Commit d824dade authored by Hector Martin's avatar Hector Martin
Browse files

dt-bindings: power: apple,pmgr-pwrstate: Add apple,min-state prop


A few devices (DCP/DCPEXT) need to have the minimum power state for
auto-PM configured. Add a property that allows the DT to specify this
value.

Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent 111659c2
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,14 @@ properties:
Forces this power domain to always be powered up.
type: boolean
apple,min-state:
description:
Specifies the minimum power state for auto-PM.
0 = power gated, 4 = clock gated, 15 = on.
$ref: /schemas/types.yaml#/definitions/uint32
minimum: 0
maximum: 15
required:
- compatible
- reg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment