From 0c70326a883f49677d57125a6cc3e669f1bf1268 Mon Sep 17 00:00:00 2001 From: Kamal Kannan Balagopalan Date: Tue, 19 Jun 2012 17:35:19 -0700 Subject: ARM: tegra: wdt: Replace legacy WDT with CPU WDTs Tegra3 adds new CPU watchdog timers. Replace legacy WDT with CPU WDTs in all Tegra3 platforms. Bug 857748 Change-Id: I5bd30687003e6b2ebf09916fbd626d82f0bc0b76 Signed-off-by: Kamal Kannan Balagopalan Reviewed-on: http://git-master/r/109907 Reviewed-by: Varun Colbert Tested-by: Varun Colbert --- arch/arm/mach-tegra/board-enterprise.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/board-enterprise.c') diff --git a/arch/arm/mach-tegra/board-enterprise.c b/arch/arm/mach-tegra/board-enterprise.c index c44eda00e59e..9281066c60dc 100644 --- a/arch/arm/mach-tegra/board-enterprise.c +++ b/arch/arm/mach-tegra/board-enterprise.c @@ -553,7 +553,9 @@ static struct platform_device *enterprise_devices[] __initdata = { #if defined(CONFIG_TEGRA_IOVMM_SMMU) || defined(CONFIG_TEGRA_IOMMU_SMMU) &tegra_smmu_device, #endif - &tegra_wdt_device, + &tegra_wdt0_device, + &tegra_wdt1_device, + &tegra_wdt2_device, #if defined(CONFIG_TEGRA_AVP) &tegra_avp_device, #endif -- cgit v1.2.3