diff options
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-04 11:56:09 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:31 -0400 |
| commit | 4cad154b30e7471628cb1943081c72b6368b079a (patch) | |
| tree | b4b67bcb39b868ee31436f8e9bd00b9e5f3927c5 /include | |
| parent | a9aec7fe74cd912cad74ca621ed91cb1c37566ae (diff) | |
[MIPS] rbhma4500: use generic txx9 gpio
Use generic txx9 gpio (and gpiolib) for RBHMA4500 board.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/tx4938/tx4938.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/asm-mips/tx4938/tx4938.h b/include/asm-mips/tx4938/tx4938.h index f7c448b90578..a05f031cfdf5 100644 --- a/include/asm-mips/tx4938/tx4938.h +++ b/include/asm-mips/tx4938/tx4938.h | |||
| @@ -261,18 +261,6 @@ struct tx4938_sio_reg { | |||
| 261 | volatile unsigned long rfifo; | 261 | volatile unsigned long rfifo; |
| 262 | }; | 262 | }; |
| 263 | 263 | ||
| 264 | struct tx4938_pio_reg { | ||
| 265 | volatile unsigned long dout; | ||
| 266 | volatile unsigned long din; | ||
| 267 | volatile unsigned long dir; | ||
| 268 | volatile unsigned long od; | ||
| 269 | volatile unsigned long flag[2]; | ||
| 270 | volatile unsigned long pol; | ||
| 271 | volatile unsigned long intc; | ||
| 272 | volatile unsigned long maskcpu; | ||
| 273 | volatile unsigned long maskext; | ||
| 274 | }; | ||
| 275 | |||
| 276 | struct tx4938_ndfmc_reg { | 264 | struct tx4938_ndfmc_reg { |
| 277 | endian_def_l2(unused0, dtr); | 265 | endian_def_l2(unused0, dtr); |
| 278 | endian_def_l2(unused1, mcr); | 266 | endian_def_l2(unused1, mcr); |
| @@ -642,7 +630,7 @@ struct tx4938_ccfg_reg { | |||
| 642 | #define tx4938_pcic1ptr ((struct tx4938_pcic_reg *)TX4938_PCIC1_REG) | 630 | #define tx4938_pcic1ptr ((struct tx4938_pcic_reg *)TX4938_PCIC1_REG) |
| 643 | #define tx4938_ccfgptr ((struct tx4938_ccfg_reg *)TX4938_CCFG_REG) | 631 | #define tx4938_ccfgptr ((struct tx4938_ccfg_reg *)TX4938_CCFG_REG) |
| 644 | #define tx4938_sioptr(ch) ((struct tx4938_sio_reg *)TX4938_SIO_REG(ch)) | 632 | #define tx4938_sioptr(ch) ((struct tx4938_sio_reg *)TX4938_SIO_REG(ch)) |
| 645 | #define tx4938_pioptr ((struct tx4938_pio_reg *)TX4938_PIO_REG) | 633 | #define tx4938_pioptr ((struct txx9_pio_reg __iomem *)TX4938_PIO_REG) |
| 646 | #define tx4938_aclcptr ((struct tx4938_aclc_reg *)TX4938_ACLC_REG) | 634 | #define tx4938_aclcptr ((struct tx4938_aclc_reg *)TX4938_ACLC_REG) |
| 647 | #define tx4938_spiptr ((struct tx4938_spi_reg *)TX4938_SPI_REG) | 635 | #define tx4938_spiptr ((struct tx4938_spi_reg *)TX4938_SPI_REG) |
| 648 | #define tx4938_sramcptr ((struct tx4938_sramc_reg *)TX4938_SRAMC_REG) | 636 | #define tx4938_sramcptr ((struct tx4938_sramc_reg *)TX4938_SRAMC_REG) |
