[RFC v3 7/7] arm64: Juno: declare idle-state cluster-sleep-0 as genpd state

From: Marc Titinger
Date: Tue Oct 27 2015 - 13:42:47 EST


From: Marc Titinger <mtitinger@xxxxxxxxxxxx>

Using Juno to exercise the code that prepares for OS-initiated idle-state
handling, using genpd platform callbacks. In opposition to platform-
initiated mode as currently with pcsi/ATF.

Signed-off-by: Marc Titinger <mtitinger+renesas@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/arm/juno.dts | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts
index 0a72c07..f42d5f9 100644
--- a/arch/arm64/boot/dts/arm/juno.dts
+++ b/arch/arm64/boot/dts/arm/juno.dts
@@ -163,11 +163,13 @@
a57_pd: a57_pd@ {
compatible = "arm,cpu-pd";
#power-domain-cells = <0>;
+ domain-idle-states = <&CLUSTER_SLEEP_0>;
};

a53_pd: a53_pd@ {
compatible = "arm,cpu-pd";
#power-domain-cells = <0>;
+ domain-idle-states = <&CLUSTER_SLEEP_0>;
};
};

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/