|
@@ -1323,12 +1323,6 @@ static struct s3c64xx_spi_port_config s3c6410_spi_port_config = {
|
|
.tx_st_done = 21,
|
|
.tx_st_done = 21,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct s3c64xx_spi_port_config s5p64x0_spi_port_config = {
|
|
|
|
- .fifo_lvl_mask = { 0x1ff, 0x7F },
|
|
|
|
- .rx_lvl_offset = 15,
|
|
|
|
- .tx_st_done = 25,
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
static struct s3c64xx_spi_port_config s5pc100_spi_port_config = {
|
|
static struct s3c64xx_spi_port_config s5pc100_spi_port_config = {
|
|
.fifo_lvl_mask = { 0x7f, 0x7F },
|
|
.fifo_lvl_mask = { 0x7f, 0x7F },
|
|
.rx_lvl_offset = 13,
|
|
.rx_lvl_offset = 13,
|
|
@@ -1367,9 +1361,6 @@ static struct platform_device_id s3c64xx_spi_driver_ids[] = {
|
|
}, {
|
|
}, {
|
|
.name = "s3c6410-spi",
|
|
.name = "s3c6410-spi",
|
|
.driver_data = (kernel_ulong_t)&s3c6410_spi_port_config,
|
|
.driver_data = (kernel_ulong_t)&s3c6410_spi_port_config,
|
|
- }, {
|
|
|
|
- .name = "s5p64x0-spi",
|
|
|
|
- .driver_data = (kernel_ulong_t)&s5p64x0_spi_port_config,
|
|
|
|
}, {
|
|
}, {
|
|
.name = "s5pc100-spi",
|
|
.name = "s5pc100-spi",
|
|
.driver_data = (kernel_ulong_t)&s5pc100_spi_port_config,
|
|
.driver_data = (kernel_ulong_t)&s5pc100_spi_port_config,
|