From 5f28b6d4c29b4436201ff9199fe9fe72c670f8fa Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Tue, 11 Jan 2011 15:40:50 -0800 Subject: [PATCH] ARM: tegra: stingray: Add watchdog timer to stingray board file Change-Id: Ia20586b42fb95601e45e4fbb9623b8e3b0db6b86 Signed-off-by: Rebecca Schultz Zavin --- arch/arm/mach-tegra/board-stingray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index baa36db96688..6452ae054ec2 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -559,6 +559,7 @@ static struct platform_device *stingray_devices[] __initdata = { &tegra_avp_device, &pmu_device, &tegra_aes_device, + &tegra_wdt_device, }; extern struct tegra_sdhci_platform_data stingray_wifi_data; /* sdhci2 */ -- 2.34.1