diff options
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-09-01 09:22:38 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:49 -0400 |
| commit | ae027ead87b13cff99b4f48da7696aa4fe75393b (patch) | |
| tree | 48dff058f4682b4938c5e7e004634938994de80b /include/asm-mips | |
| parent | 21e77df215e58523a755b5dd006cb17610616f20 (diff) | |
MIPS: TXx9: IOC LED support
Add leds-gpio platform device for controlling LEDs connected to IOC on
RBTX49XX and JMR3927 board.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/txx9/generic.h | 4 | ||||
| -rw-r--r-- | include/asm-mips/txx9/rbtx4927.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-mips/txx9/generic.h b/include/asm-mips/txx9/generic.h index dc85515eac13..4316a3e57678 100644 --- a/include/asm-mips/txx9/generic.h +++ b/include/asm-mips/txx9/generic.h | |||
| @@ -82,4 +82,8 @@ static inline unsigned int __fls8(unsigned char x) | |||
| 82 | return r; | 82 | return r; |
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | void txx9_iocled_init(unsigned long baseaddr, | ||
| 86 | int basenum, unsigned int num, int lowactive, | ||
| 87 | const char *color, char **deftriggers); | ||
| 88 | |||
| 85 | #endif /* __ASM_TXX9_GENERIC_H */ | 89 | #endif /* __ASM_TXX9_GENERIC_H */ |
diff --git a/include/asm-mips/txx9/rbtx4927.h b/include/asm-mips/txx9/rbtx4927.h index c6015463432e..b2adab3d1acc 100644 --- a/include/asm-mips/txx9/rbtx4927.h +++ b/include/asm-mips/txx9/rbtx4927.h | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #define RBTX4927_PCIIO 0x16000000 | 34 | #define RBTX4927_PCIIO 0x16000000 |
| 35 | #define RBTX4927_PCIIO_SIZE 0x01000000 | 35 | #define RBTX4927_PCIIO_SIZE 0x01000000 |
| 36 | 36 | ||
| 37 | #define RBTX4927_LED_ADDR (IO_BASE + TXX9_CE(2) + 0x00001000) | ||
| 37 | #define RBTX4927_IMASK_ADDR (IO_BASE + TXX9_CE(2) + 0x00002000) | 38 | #define RBTX4927_IMASK_ADDR (IO_BASE + TXX9_CE(2) + 0x00002000) |
| 38 | #define RBTX4927_IMSTAT_ADDR (IO_BASE + TXX9_CE(2) + 0x00002006) | 39 | #define RBTX4927_IMSTAT_ADDR (IO_BASE + TXX9_CE(2) + 0x00002006) |
| 39 | #define RBTX4927_SOFTINT_ADDR (IO_BASE + TXX9_CE(2) + 0x00003000) | 40 | #define RBTX4927_SOFTINT_ADDR (IO_BASE + TXX9_CE(2) + 0x00003000) |
