@@ -120,6 +120,7 @@ config MACH_KOTA2
config MACH_BONITO
bool "bonito board"
depends on ARCH_R8A7740
+ select ATAGS
select ARCH_REQUIRE_GPIOLIB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
@@ -37,6 +37,7 @@
#include <asm/mach/map.h>
#include <asm/mach/time.h>
#include <asm/hardware/cache-l2x0.h>
+#include <asm/setup.h>
#include <mach/r8a7740.h>
#include <mach/irqs.h>
#include <video/sh_mobile_lcdc.h>
@@ -484,7 +485,10 @@ static void __init bonito_add_early_devi
r8a7740_add_early_devices();
}
+SHMOBILE_FIXUP(bonito, 0x40000000, 0x20000000)
+
MACHINE_START(BONITO, "bonito")
+ .fixup = bonito_fixup,
.map_io = bonito_map_io,
.init_early = bonito_add_early_devices,
.init_irq = r8a7740_init_irq,