---
arch/arm64/boot/dts/arm/juno.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts
index 4e086ec..d2bc4e3 100644
--- a/arch/arm64/boot/dts/arm/juno.dts
+++ b/arch/arm64/boot/dts/arm/juno.dts
@@ -160,40 +160,48 @@
power-domains {
CLUSTER_A57_PD: cluster-a57-pd {
#power-domain-cells = <0>;
+ domain-idle-states = <&CLUSTER_SLEEP_0>;
};
A57_0_PD: a57-pd@0 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A57_PD>;
};
A57_1_PD: a57-pd@1 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A57_PD>;
};
CLUSTER_A53_PD: cluster-a53-pd {
#power-domain-cells = <0>;
+ domain-idle-states = <&CLUSTER_SLEEP_0>;
};
A53_0_PD: a53-pd@0 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A53_PD>;
};
A53_1_PD: a53-pd@1 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A53_PD>;
};
A53_2_PD: a53-pd@2 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A53_PD>;
};
A53_3_PD: a53-pd@3 {
#power-domain-cells = <0>;
+ domain-idle-states = <&CPU_SLEEP_0>;
power-domains = <&CLUSTER_A53_PD>;
};
};--
2.9.3
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html