[ARM] 5354/1: mach-pxa: add AM300 platform driver v3

This patch adds support for the AM300 platform driver which uses the
E-Ink broadsheetfb display driver.

Cc: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Этот коммит содержится в:
Jaya Kumar
2009-01-01 17:51:01 +01:00
коммит произвёл Russell King
родитель 0d4ff4df34
Коммит 4ce255c142
5 изменённых файлов: 306 добавлений и 0 удалений

Просмотреть файл

@@ -191,6 +191,11 @@ int __attribute__((weak)) am200_init(void)
return 0;
}
int __attribute__((weak)) am300_init(void)
{
return 0;
}
static void __init carrier_board_init(void)
{
/*
@@ -198,6 +203,7 @@ static void __init carrier_board_init(void)
* they cannot be detected programatically
*/
am200_init();
am300_init();
}
static void __init gumstix_init(void)