From: Pankaj Dubey <[email protected]>

This patch add basic arch side support for exynos5260 SoC.

Signed-off-by: Pankaj Dubey <[email protected]>
Signed-off-by: Rahul Sharma <[email protected]>
Reviewed-by: Tomasz Figa <[email protected]>
---
 arch/arm/mach-exynos/Kconfig           |    4 ++++
 arch/arm/mach-exynos/mach-exynos5-dt.c |    1 +
 2 files changed, 5 insertions(+)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 54162ef..69c00ca 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -29,6 +29,7 @@ config ARCH_EXYNOS5
        bool "SAMSUNG EXYNOS5"
        default y
        select SOC_EXYNOS5250
+       select SOC_EXYNOS5260
        select SOC_EXYNOS5420
        select USB_ARCH_HAS_XHCI
        help
@@ -65,6 +66,9 @@ config SOC_EXYNOS4412
 config SOC_EXYNOS5250
        bool
 
+config SOC_EXYNOS5260
+       bool
+
 config SOC_EXYNOS5420
        bool
 
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c 
b/arch/arm/mach-exynos/mach-exynos5-dt.c
index 37ea261..790009e 100644
--- a/arch/arm/mach-exynos/mach-exynos5-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
@@ -51,6 +51,7 @@ static void __init exynos5_dt_machine_init(void)
 
 static char const *exynos5_dt_compat[] __initdata = {
        "samsung,exynos5250",
+       "samsung,exynos5260",
        "samsung,exynos5420",
        "samsung,exynos5440",
        NULL
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to