Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225946
b: refs/heads/master
c: aa11781
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Eric Miao committed Dec 16, 2010
1 parent 16fec72 commit 3134333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 364dbdf3b6c31a4a5fb7a6d479e7aafb4a7a10b6
refs/heads/master: aa11781671279c67d56b95c4d73cde5cd1a6d594
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-pxa/raumfeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ static struct pxafb_mach_info raumfeld_sharp_lcd_info = {
.num_modes = 1,
.video_mem_size = 0x400000,
.lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL,
#ifdef CONFIG_PXA3XX_GCU
.acceleration_enabled = 1,
#endif
};

static void __init raumfeld_lcd_init(void)
Expand Down Expand Up @@ -616,6 +619,8 @@ static void __init raumfeld_lcd_init(void)
pr_warning("Unable to request GPIO_DISPLAY_ENABLE\n");
else
gpio_direction_output(GPIO_DISPLAY_ENABLE, 1);

platform_device_register(&pxa3xx_device_gcu);
}

/**
Expand Down

0 comments on commit 3134333

Please sign in to comment.