d0a2b7af27
This modifies and extends the existing lcdc platform code to support the new atmel_lcdfb driver. The ATSTK1000 board code is set up to use the on-board Samsung LTV350QV LCD panel. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
16 lines
498 B
C
16 lines
498 B
C
/*
|
|
* ATSTK1000 setup code: Daughterboard interface
|
|
*
|
|
* Copyright (C) 2007 Atmel Corporation
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
#ifndef __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H
|
|
#define __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H
|
|
|
|
extern struct atmel_lcdfb_info atstk1000_lcdc_data;
|
|
|
|
#endif /* __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H */
|