mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 08:46:49 +07:00
5901f4c279
As now we have dedicated driver for SROM controller, it will take care of saving register banks during S2R so we can safely remove these settings from mach-exynos. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org> [k.kozlowski: Need to select also SAMSUNG_MC] Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
29 lines
656 B
C
29 lines
656 B
C
/*
|
|
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com/
|
|
*
|
|
* EXYNOS - Memory map definitions
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MAP_H
|
|
#define __ASM_ARCH_MAP_H __FILE__
|
|
|
|
#include <plat/map-base.h>
|
|
|
|
#include <plat/map-s5p.h>
|
|
|
|
#define EXYNOS_PA_CHIPID 0x10000000
|
|
|
|
#define EXYNOS4_PA_CMU 0x10030000
|
|
|
|
#define EXYNOS4_PA_DMC0 0x10400000
|
|
#define EXYNOS4_PA_DMC1 0x10410000
|
|
|
|
#define EXYNOS4_PA_COREPERI 0x10500000
|
|
|
|
#endif /* __ASM_ARCH_MAP_H */
|