|
@@ -31,7 +31,7 @@ Optional properties:
|
|
|
|
|
|
- domain-idle-states : A phandle of an idle-state that shall be soaked into a
|
|
|
generic domain power state. The idle state definitions are
|
|
|
- compatible with arm,idle-state specified in [1].
|
|
|
+ compatible with domain-idle-state specified in [1].
|
|
|
The domain-idle-state property reflects the idle state of this PM domain and
|
|
|
not the idle states of the devices or sub-domains in the PM domain. Devices
|
|
|
and sub-domains have their own idle-states independent of the parent
|
|
@@ -85,7 +85,7 @@ Example 3:
|
|
|
};
|
|
|
|
|
|
DOMAIN_RET: state@0 {
|
|
|
- compatible = "arm,idle-state";
|
|
|
+ compatible = "domain-idle-state";
|
|
|
reg = <0x0>;
|
|
|
entry-latency-us = <1000>;
|
|
|
exit-latency-us = <2000>;
|
|
@@ -93,7 +93,7 @@ Example 3:
|
|
|
};
|
|
|
|
|
|
DOMAIN_PWR_DN: state@1 {
|
|
|
- compatible = "arm,idle-state";
|
|
|
+ compatible = "domain-idle-state";
|
|
|
reg = <0x1>;
|
|
|
entry-latency-us = <5000>;
|
|
|
exit-latency-us = <8000>;
|
|
@@ -118,4 +118,4 @@ The node above defines a typical PM domain consumer device, which is located
|
|
|
inside a PM domain with index 0 of a power controller represented by a node
|
|
|
with the label "power".
|
|
|
|
|
|
-[1]. Documentation/devicetree/bindings/arm/idle-states.txt
|
|
|
+[1]. Documentation/devicetree/bindings/power/domain-idle-state.txt
|