Re: [PATCH 3/3] arm64: dts: update the cpu idle node

2018-03-15 Thread Sudeep Holla
(sorry for replying so late, just found this by accident when clearing old emails) On 08/02/18 07:54, Ran Wang wrote: > From: Yuantian Tang > > According to PSCI standard v0.2, for CPU_SUSPEND call, which is > used by cpu idle framework, bit[16] of state parameter must be 0.

Re: [PATCH 3/3] arm64: dts: update the cpu idle node

2018-03-15 Thread Sudeep Holla
(sorry for replying so late, just found this by accident when clearing old emails) On 08/02/18 07:54, Ran Wang wrote: > From: Yuantian Tang > > According to PSCI standard v0.2, for CPU_SUSPEND call, which is > used by cpu idle framework, bit[16] of state parameter must be 0. > So update

[PATCH 3/3] arm64: dts: update the cpu idle node

2018-02-08 Thread Ran Wang
From: Yuantian Tang According to PSCI standard v0.2, for CPU_SUSPEND call, which is used by cpu idle framework, bit[16] of state parameter must be 0. So update bit[16] of property 'arm,psci-suspend-param', which is used as state parameter, to 0. Signed-off-by: Tang Yuantian

[PATCH 3/3] arm64: dts: update the cpu idle node

2018-02-08 Thread Ran Wang
From: Yuantian Tang According to PSCI standard v0.2, for CPU_SUSPEND call, which is used by cpu idle framework, bit[16] of state parameter must be 0. So update bit[16] of property 'arm,psci-suspend-param', which is used as state parameter, to 0. Signed-off-by: Tang Yuantian ---