mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 18:36:41 +07:00
dt-bindings: power: Fix example for power-domain
The change that converted the domain-idle-states DT bindings to the
json-schema, forgot to update the corresponding example for the
power-domain binding. Let's fix it.
Fixes: 3261227d13
("dt-bindings: power: Convert domain-idle-states bindings to json-schema")
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
b203bb5f62
commit
8c0245602c
@ -114,18 +114,18 @@ examples:
|
|||||||
domain-idle-states = <&DOMAIN_PWR_DN>;
|
domain-idle-states = <&DOMAIN_PWR_DN>;
|
||||||
};
|
};
|
||||||
|
|
||||||
DOMAIN_RET: state@0 {
|
domain-idle-states {
|
||||||
compatible = "domain-idle-state";
|
DOMAIN_RET: domain-retention {
|
||||||
reg = <0x0 0x0>;
|
compatible = "domain-idle-state";
|
||||||
entry-latency-us = <1000>;
|
entry-latency-us = <1000>;
|
||||||
exit-latency-us = <2000>;
|
exit-latency-us = <2000>;
|
||||||
min-residency-us = <10000>;
|
min-residency-us = <10000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
DOMAIN_PWR_DN: state@1 {
|
DOMAIN_PWR_DN: domain-pwr-dn {
|
||||||
compatible = "domain-idle-state";
|
compatible = "domain-idle-state";
|
||||||
reg = <0x1 0x0>;
|
entry-latency-us = <5000>;
|
||||||
entry-latency-us = <5000>;
|
exit-latency-us = <8000>;
|
||||||
exit-latency-us = <8000>;
|
min-residency-us = <7000>;
|
||||||
min-residency-us = <7000>;
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user