Re: [PATCH 04/10] arm64: dts: qcom: sm8450: Update cpuidle states parameters

From: Maulik Shah
Date: Mon Jan 17 2022 - 03:15:38 EST


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