summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ardbeg.c
diff options
context:
space:
mode:
authorDavid Dastous <ddastoussthi@nvidia.com>2014-03-07 16:54:52 -0800
committerRaymond Poudrier <rapoudrier@nvidia.com>2014-03-17 18:04:15 -0700
commitdc6291db81287b8344a46c7d0ba965c7d6de26be (patch)
treeb051fecb95f6915dd4af4647b0da8297a50959d4 /arch/arm/mach-tegra/board-ardbeg.c
parent0f609c5e42b6f9546a197ded9af2e55e12485715 (diff)
arm: ardbeg: t132loki rename the machine
Also include gpio again in DTS. Renaming the machine to highlight the diff between t124loki and t132loki. Bug 1438885 Bug 1452350 Change-Id: I8e7e4685cea784655de53d219f3a885f19994038 Signed-off-by: David Dastous <ddastoussthi@nvidia.com> Reviewed-on: http://git-master/r/375736 Reviewed-by: Raymond Poudrier <rapoudrier@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ardbeg.c')
-rw-r--r--arch/arm/mach-tegra/board-ardbeg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-ardbeg.c b/arch/arm/mach-tegra/board-ardbeg.c
index 91315d199d40..b132c2d67ee1 100644
--- a/arch/arm/mach-tegra/board-ardbeg.c
+++ b/arch/arm/mach-tegra/board-ardbeg.c
@@ -1212,8 +1212,8 @@ static void __init tegra_ardbeg_early_init(void)
tegra_soc_device_init("norrin");
else if (of_machine_is_compatible("nvidia,bowmore"))
tegra_soc_device_init("bowmore");
- else if (of_machine_is_compatible("nvidia,loki"))
- tegra_soc_device_init("loki");
+ else if (of_machine_is_compatible("nvidia,t132loki"))
+ tegra_soc_device_init("t132loki");
else
tegra_soc_device_init("ardbeg");
}
@@ -1422,12 +1422,12 @@ static const char * const bowmore_dt_board_compat[] = {
};
static const char * const loki_dt_board_compat[] = {
- "nvidia,loki",
+ "nvidia,t132loki",
NULL
};
#ifdef CONFIG_ARCH_TEGRA_13x_SOC
-DT_MACHINE_START(LOKI, "loki")
+DT_MACHINE_START(LOKI, "t132loki")
.atag_offset = 0x100,
.smp = smp_ops(tegra_smp_ops),
.map_io = tegra_map_common_io,