diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/atmel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index dbd6d53cc27..6a293b7fff3 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h | |||
| @@ -19,6 +19,12 @@ | |||
| 19 | #include <linux/serial.h> | 19 | #include <linux/serial.h> |
| 20 | #include <linux/platform_data/macb.h> | 20 | #include <linux/platform_data/macb.h> |
| 21 | 21 | ||
| 22 | /* | ||
| 23 | * at91: 6 USARTs and one DBGU port (SAM9260) | ||
| 24 | * avr32: 4 | ||
| 25 | */ | ||
| 26 | #define ATMEL_MAX_UART 7 | ||
| 27 | |||
| 22 | /* USB Device */ | 28 | /* USB Device */ |
| 23 | struct at91_udc_data { | 29 | struct at91_udc_data { |
| 24 | int vbus_pin; /* high == host powering us */ | 30 | int vbus_pin; /* high == host powering us */ |
