Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/fb.h>
#include <linux/gpio.h>
#include <mach/map.h>
#include <plat/fb.h>
#include <mach/regs-clock.h>
#include <plat/gpio-cfg.h>
Go to the source code of this file.
Functions | |
void | s5pv210_fb_gpio_setup_24bpp (void) |
s5pv210_fb_gpio_setup_24bpp() - S5PV210/S5PC110 setup function for 24bpp LCD
Initialise the GPIO for an 24bpp LCD display on the RGB interface.
Definition at line 32 of file setup-fb-24bpp.c.