18 #include <linux/kernel.h>
30 #include <asm/memory.h>
31 #include <asm/setup.h>
33 #include <mach/board.h>
53 static void __init msm7x30_reserve(
void)
58 static int hsusb_phy_init_seq[] = {
65 .phy_init_seq = hsusb_phy_init_seq,
71 #ifdef CONFIG_SERIAL_MSM_CONSOLE
92 #if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER)
101 static void __init msm7x30_init_irq(
void)
106 static void __init msm7x30_init(
void)
115 static void __init msm7x30_map_io(
void)
121 static void __init msm7x30_init_late(
void)
127 .atag_offset = 0x100,
128 .fixup = msm7x30_fixup,
129 .reserve = msm7x30_reserve,
130 .map_io = msm7x30_map_io,
131 .init_irq = msm7x30_init_irq,
132 .init_machine = msm7x30_init,
133 .init_late = msm7x30_init_late,
138 .atag_offset = 0x100,
139 .fixup = msm7x30_fixup,
140 .reserve = msm7x30_reserve,
141 .map_io = msm7x30_map_io,
142 .init_irq = msm7x30_init_irq,
143 .init_machine = msm7x30_init,
144 .init_late = msm7x30_init_late,
149 .atag_offset = 0x100,
150 .fixup = msm7x30_fixup,
151 .reserve = msm7x30_reserve,
152 .map_io = msm7x30_map_io,
153 .init_irq = msm7x30_init_irq,
154 .init_machine = msm7x30_init,
155 .init_late = msm7x30_init_late,