[ARM] 5056/1: [AT91] Cleanup YL9200 board file
Cleanup the YL9200 board-support file. Other things fixed are: - Use new-style UART initialization - Register all LEDs as gpio_leds. - NOR Flash error noted in comments fixed by increasing YL9200_FLASH_SIZE - The only I2C device is the AT24C eeprom. - Setup of NWAIT pin and programming of SMC controller for the LCD/VGA. - Configure touchscreen interrupt pin. Also adding the board to the KConfig and Makefile. Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
b8291ad07a
commit
e3ba22db09
@@ -126,6 +126,12 @@ config MACH_ECBAT91
|
|||||||
Select this if you are using emQbit's ECB_AT91 board.
|
Select this if you are using emQbit's ECB_AT91 board.
|
||||||
<http://wiki.emqbit.com/free-ecb-at91>
|
<http://wiki.emqbit.com/free-ecb-at91>
|
||||||
|
|
||||||
|
config MACH_YL9200
|
||||||
|
bool "ucDragon YL-9200"
|
||||||
|
depends on ARCH_AT91RM9200
|
||||||
|
help
|
||||||
|
Select this if you are using the ucDragon YL-9200 board.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
|
@@ -30,6 +30,7 @@ obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o
|
|||||||
obj-$(CONFIG_MACH_KAFA) += board-kafa.o
|
obj-$(CONFIG_MACH_KAFA) += board-kafa.o
|
||||||
obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o
|
obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o
|
||||||
obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o
|
obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o
|
||||||
|
obj-$(CONFIG_MACH_YL9200) += board-yl-9200.o
|
||||||
|
|
||||||
# AT91SAM9260 board-specific support
|
# AT91SAM9260 board-specific support
|
||||||
obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o
|
obj-$(CONFIG_MACH_AT91SAM9260EK) += board-sam9260ek.o
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user