#include <linux/init.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/mtd/physmap.h>
#include <asm/reboot.h>
#include <asm/io.h>
#include <asm/txx9/generic.h>
#include <asm/txx9/pci.h>
#include <asm/txx9/rbtx4938.h>
#include <linux/spi/spi.h>
#include <asm/txx9/spi.h>
#include <asm/txx9pio.h>
Go to the source code of this file.
#define SEEPROM1_CS 7 /* PIO7 */ |
#define SEEPROM2_CS 0 /* IOC */ |
#define SEEPROM3_CS 1 /* IOC */ |
#define SRTC_CS 2 /* IOC */ |
Initial value:= {
.system = "Toshiba RBTX4938",
.mem_setup = rbtx4938_mem_setup,
.time_init = rbtx4938_time_init,
.device_init = rbtx4938_device_init,
.arch_init = rbtx4938_arch_init,
}
Definition at line 359 of file setup.c.