17 #include <linux/linkage.h>
19 #include <linux/types.h>
29 #include <asm/setup.h>
32 #include <mach/board.h>
34 #include <mach/portmux.h>
48 .name =
"480x272 @ 72",
50 .xres = 480, .yres = 272,
53 .left_margin = 1, .right_margin = 1,
54 .upper_margin = 12, .lower_margin = 1,
55 .hsync_len = 42, .vsync_len = 1,
64 .monitor =
"PT0434827-A401",
65 .modedb = pt0434827_modes,
88 static struct eth_addr __initdata hw_addr[2];
101 .max_speed_hz = 4000000,
106 .max_speed_hz = 1000000,
109 .platform_data = &eeprom_25lc010,
136 sizeof(hw_addr[i].
addr));
154 addr = hw_addr[pdev->
id].
addr;
155 if (!is_valid_ether_addr(addr))
170 | (addr[1] << 8) | addr[0], regs + 0x98);
187 .sda_is_open_drain = 1,
188 .scl_is_open_drain = 1,
196 .platform_data = &i2c_gpio_data,
203 static int __init mimc200_init(
void)