summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Robinson Jr <rrobinson@phytec.com>2013-07-16 16:09:30 -0700
committerAnthony Felice <tony.felice@timesys.com>2013-08-28 18:26:23 -0400
commit31db7f98d7ad0c223cdcb6633dd9a409fbf5ca64 (patch)
tree38105ec5d08bf16479b5cbf7276989ca512da09b
parent13ad0383ab52509b9a487f0f30bc01b54f930064 (diff)
pcm052: set the LCD_ENABLE pin in the board file instead of hard-coded #define
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
-rw-r--r--arch/arm/mach-mvf/board-pcm052.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvf/board-pcm052.c b/arch/arm/mach-mvf/board-pcm052.c
index 8048349afae7..50b2eead4eb7 100644
--- a/arch/arm/mach-mvf/board-pcm052.c
+++ b/arch/arm/mach-mvf/board-pcm052.c
@@ -398,6 +398,7 @@ static const struct pm_platform_data pcm052_pm_data __initconst = {
static struct mvf_dcu_platform_data mvf_dcu_pdata = {
.mode_str = "pm070wl4",
.default_bpp = 24,
+ .enable_pin = 25,
};
static void __init fixup_mxc_board(struct machine_desc *desc, struct tag *tags,