commit | e690053e97e7a9c968df9a97cef9089dfa8e6a44 | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <megous@megous.com> | Mon Oct 28 22:49:14 2019 +0100 |
committer | Maxime Ripard <mripard@kernel.org> | Tue Oct 29 09:09:56 2019 +0100 |
tree | 086ceb8d99d5c88a8100ded0332b068909a76504 | |
parent | e614f341253f8541baf0230a8dc6a016b544b1e2 [diff] |
ARM: sunxi: Fix CPU powerdown on A83T PRCM_PWROFF_GATING_REG has CPU0 at bit 4 on A83T. So without this patch, instead of gating the CPU0, the whole cluster was power gated, when shutting down first CPU in the cluster. Fixes: 6961275e72a8c1 ("ARM: sun8i: smp: Add support for A83T") Signed-off-by: Ondrej Jirman <megous@megous.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Cc: stable@vger.kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org>