1
0
Fork 0

ARM: mach-shmobile: mackerel: Add lost GPIO_FN_LCDD 18 - 23

RGB24 bus needs 18-23 pin

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
hifive-unleashed-5.1
Kuninori Morimoto 2010-11-29 06:19:52 +00:00 committed by Paul Mundt
parent f4f0c135de
commit eb87e6770a
1 changed files with 6 additions and 0 deletions

View File

@ -294,6 +294,12 @@ static void __init mackerel_init(void)
gpio_request(GPIO_FN_IRQ6_39, NULL);
/* LCDC */
gpio_request(GPIO_FN_LCDD23, NULL);
gpio_request(GPIO_FN_LCDD22, NULL);
gpio_request(GPIO_FN_LCDD21, NULL);
gpio_request(GPIO_FN_LCDD20, NULL);
gpio_request(GPIO_FN_LCDD19, NULL);
gpio_request(GPIO_FN_LCDD18, NULL);
gpio_request(GPIO_FN_LCDD17, NULL);
gpio_request(GPIO_FN_LCDD16, NULL);
gpio_request(GPIO_FN_LCDD15, NULL);