Re: [RFC] ARM: dts: mt8173: Add psci-0.2 cpuidle support

2015-03-18 Thread Mark Rutland
Hi, On Wed, Mar 18, 2015 at 06:00:32AM +, Howard Chen wrote: > add device tree for psci-0.2 on mt8173 platform Are all the other mandatory PSCI 0.2 components implemented and working? e.g. is MIGRATE_INFO_TYPE present, do SYSTEM_{OFF,RESET} work? If they're not present and working, we can't

[RFC] ARM: dts: mt8173: Add psci-0.2 cpuidle support

2015-03-17 Thread Howard Chen
add device tree for psci-0.2 on mt8173 platform add device tree for cupidle-arm64 on mt8173 platform Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/med