diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-10-03 20:11:36 +0200 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2008-10-19 22:54:10 +0200 |
commit | 51a55623565c6ca864f7cf19e87c2d4bde1c0c5e (patch) | |
tree | 1151f856655c95b60b045d60732b23ab75403fef /include | |
parent | 504f97f884bafcd14d28ab52533e7b92996c8b98 (diff) |
mfd: add OHCI cell to tc6393xb
Add information regarding OHCI cell of the tc6393xb
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/tc6393xb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tc6393xb.h b/include/linux/mfd/tc6393xb.h index 3ce10ae0f397..4437736ebe19 100644 --- a/include/linux/mfd/tc6393xb.h +++ b/include/linux/mfd/tc6393xb.h @@ -44,6 +44,7 @@ struct tc6393xb_platform_data { */ #define IRQ_TC6393_NAND 0 #define IRQ_TC6393_MMC 1 +#define IRQ_TC6393_OHCI 2 #define TC6393XB_NR_IRQS 8 |