27 #include <mach/board.h>
35 static void __init eco920_init_early(
void)
71 static struct resource eco920_flash_resource = {
78 .name =
"physmap-flash",
81 .platform_data = &eco920_flash_data,
83 .resource = &eco920_flash_resource,
89 .modalias =
"tlv5638",
91 .max_speed_hz = 20 * 1000 * 1000,
99 static struct gpio_led eco920_leds[] = {
104 .default_trigger =
"heartbeat",
110 .default_trigger =
"timer",
114 static void __init eco920_board_init(
void)
155 .init_early = eco920_init_early,
157 .init_machine = eco920_board_init,