[PATCH 13/13] ARM: Exynos: extend soft-reset support for Exynos5420
Chander Kashyap
chander.kashyap at linaro.org
Thu Jun 6 07:01:27 EDT 2013
Extend the soft reset support for Exynos5420 SoC.
Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
---
arch/arm/mach-exynos/common.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c
index fbe1aa7..dc7c134 100644
--- a/arch/arm/mach-exynos/common.c
+++ b/arch/arm/mach-exynos/common.c
@@ -321,7 +321,8 @@ void exynos5_restart(char mode, const char *cmd)
u32 val;
void __iomem *addr;
- if (of_machine_is_compatible("samsung,exynos5250")) {
+ if (of_machine_is_compatible("samsung,exynos5250") ||
+ (of_machine_is_compatible("samsung,exynos5420"))) {
val = 0x1;
addr = EXYNOS_SWRESET;
} else if (of_machine_is_compatible("samsung,exynos5440")) {
--
1.7.9.5
More information about the linux-arm-kernel
mailing list