From d2d28a52e83f98ff422173cec9f81bbbb91588d7 Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Thu, 27 May 2010 13:43:06 -0500 Subject: [PATCH] [ARM] tegra: stingray: Add Home key LED to board files Change-Id: I0beb327530618196c613a1c1aaa4ae085885336e Signed-off-by: Dan Murphy --- arch/arm/mach-tegra/board-stingray-spi.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-tegra/board-stingray-spi.c b/arch/arm/mach-tegra/board-stingray-spi.c index 1cf7e68b4fa6..65800a6fefca 100644 --- a/arch/arm/mach-tegra/board-stingray-spi.c +++ b/arch/arm/mach-tegra/board-stingray-spi.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include @@ -205,10 +206,18 @@ static struct platform_device cpcap_whisper_device = { .platform_data = &whisper_pdata, }, }; +static struct platform_device cpcap_disp_button_led = { + .name = LD_DISP_BUTTON_DEV, + .id = -1, + .dev = { + .platform_data = NULL, + }, +}; static struct platform_device *cpcap_devices[] = { &cpcap_validity_device, &cpcap_whisper_device, + &cpcap_disp_button_led, &cpcap_3mm5_device, }; -- 2.34.1