From: Dan Murphy Date: Thu, 27 May 2010 18:43:06 +0000 (-0500) Subject: [ARM] tegra: stingray: Add Home key LED to board files X-Git-Tag: firefly_0821_release~9834^2~878 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d2d28a52e83f98ff422173cec9f81bbbb91588d7;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: Add Home key LED to board files Change-Id: I0beb327530618196c613a1c1aaa4ae085885336e Signed-off-by: Dan Murphy --- 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, };