[PATCH v3 1/2] ARM: EXYNOS: Remove static mapping of SCU SFR
Krzysztof Kozlowski
krzk at kernel.org
Wed Nov 9 12:03:51 PST 2016
On Wed, Nov 09, 2016 at 05:45:54PM +0530, Pankaj Dubey wrote:
> Lets remove static mapping of SCU SFR mainly used in CORTEX-A9 SoC based
> boards. Instead use mapping from device tree node of SCU.
>
> NOTE: This patch has dependency on DT file of any such CORTEX-A9 SoC
> based boards, in the absence of SCU device node in DTS file, only single
> CPU will boot. So if you are using OUT-OF-TREE DTS file of CORTEX-A9 based
> Exynos SoC make sure to add SCU device node to DTS file for SMP boot.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey at samsung.com>
> Reviewed-by: Alim Akhtar <alim.akhtar at samsung.com>
> ---
> arch/arm/mach-exynos/common.h | 1 +
> arch/arm/mach-exynos/exynos.c | 22 ------------------
> arch/arm/mach-exynos/include/mach/map.h | 2 --
> arch/arm/mach-exynos/platsmp.c | 34 +++++++++++++++++++++-------
> arch/arm/mach-exynos/pm.c | 4 +---
> arch/arm/mach-exynos/suspend.c | 4 +---
> arch/arm/plat-samsung/include/plat/map-s5p.h | 4 ----
> 7 files changed, 29 insertions(+), 42 deletions(-)
>
Applied on a next/soc branch after merging next/dt to preserve
bisectability.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list