11 #include <linux/kernel.h>
35 #define RX51_GPIO_SLEEP_IND 162
39 static struct gpio_led gpio_leds[] = {
55 .platform_data = &gpio_led_info,
81 #ifdef CONFIG_OMAP_MUX
87 static struct omap_musb_board_data musb_board_data = {
88 .interface_type = MUSB_INTERFACE_ULPI,
93 static void __init rx51_init(
void)
113 static void __init rx51_reserve(
void)
121 .atag_offset = 0x100,
122 .reserve = rx51_reserve,
126 .handle_irq = omap3_intc_handle_irq,
127 .init_machine = rx51_init,