From: Marc Titinger <mtitin...@baylibre.com>

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+rene...@baylibre.com>
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to