Hi, On 1/14/2022 6:00 PM, Ulf Hansson wrote:
@@ -315,7 +315,7 @@ CLUSTER_PD: cpu-cluster0 { #power-domain-cells = <0>; - domain-idle-states = <&CLUSTER_SLEEP_0>; + domain-idle-states = <&CLUSTER_SLEEP_0 &CLUSTER_SLEEP_1>;Should this be like the below instead? <&CLUSTER_SLEEP_0>, <&CLUSTER_SLEEP_1>;
Thanks for catching this. Will correct in v2. Thanks, Maulik