commit | b1a1fdaf828996af219d359d9acfb2be306eba7c | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Wed Mar 01 11:03:15 2017 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Apr 20 13:30:01 2017 +0200 |
tree | b464404864195a2f3cfee19442ab257b3e032b83 | |
parent | 167bff56ffe1101b1a4fcb79d53ee0e83d5a53c6 [diff] |
sunxi: Add PSCI support for R40 The R40's CPU controls are a combination of sun6i and sun7i. All controls are in the CPUCFG block, and it seems the R40 does not have a PRCM block. The core reset, power gating and clamp controls are grouped like sun6i. Last, the R40 does not have a secure SRAM block. This patch adds a PSCI implementation for CPU bring-up and hotplug for the R40. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>