diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-12-08 06:45:55 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:46 -0500 |
commit | d94a1aa44ed6bfe8d8ab36c02de652d4fcf0d2c3 (patch) | |
tree | 98af210bc21ed8388011b75818f0064b00d31b01 /arch/blackfin/mach-bf527 | |
parent | 6924dfb0588dab02a331a3a526f8a8fae7d1b3cc (diff) |
Blackfin: extend bfin-lq035q1-fb resources to include PPI mode
This lets us support the new BF527-EZKIT V2.1 via platform resources
tweaks only.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezbrd.c | 7 | ||||
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezbrd.c b/arch/blackfin/mach-bf527/boards/ezbrd.c index 3ff61e6fbe95..faede2b964ba 100644 --- a/arch/blackfin/mach-bf527/boards/ezbrd.c +++ b/arch/blackfin/mach-bf527/boards/ezbrd.c | |||
@@ -749,9 +749,10 @@ static struct platform_device bfin_dpmc = { | |||
749 | #include <asm/bfin-lq035q1.h> | 749 | #include <asm/bfin-lq035q1.h> |
750 | 750 | ||
751 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { | 751 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { |
752 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, | 752 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, |
753 | .use_bl = 1, | 753 | .ppi_mode = USE_RGB565_16_BIT_PPI, |
754 | .gpio_bl = GPIO_PG12, | 754 | .use_bl = 1, |
755 | .gpio_bl = GPIO_PG12, | ||
755 | }; | 756 | }; |
756 | 757 | ||
757 | static struct resource bfin_lq035q1_resources[] = { | 758 | static struct resource bfin_lq035q1_resources[] = { |
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 9db506bdf4f4..fdfe8cae49bc 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -154,6 +154,7 @@ static struct platform_device bf52x_t350mcqb_device = { | |||
154 | 154 | ||
155 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { | 155 | static struct bfin_lq035q1fb_disp_info bfin_lq035q1_data = { |
156 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, | 156 | .mode = LQ035_NORM | LQ035_RGB | LQ035_RL | LQ035_TB, |
157 | .ppi_mode = USE_RGB565_8_BIT_PPI, | ||
157 | }; | 158 | }; |
158 | 159 | ||
159 | static struct resource bfin_lq035q1_resources[] = { | 160 | static struct resource bfin_lq035q1_resources[] = { |