]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/platform_data/atmel.h
Merge remote-tracking branch 'usb/usb-next'
[karo-tx-linux.git] / include / linux / platform_data / atmel.h
index c841e7e349729adf3a4bab9f0b47aaca8d7b6643..3c8825b67298fafe60f22c803206f9f0789fc8f7 100644 (file)
 #include <linux/mtd/partitions.h>
 #include <linux/serial.h>
 
-/*
- * at91: 6 USARTs and one DBGU port (SAM9260)
- * avr32: 4
- */
-#define ATMEL_MAX_UART 7
-
- /* USB Device */
-struct at91_udc_data {
-       int     vbus_pin;               /* high == host powering us */
-       u8      vbus_active_low;        /* vbus polarity */
-       u8      vbus_polled;            /* Use polling, not interrupt */
-       int     pullup_pin;             /* active == D+ pulled up */
-       u8      pullup_active_low;      /* true == pullup_pin is active low */
-};
-
  /* Compact Flash */
 struct at91_cf_data {
        int     irq_pin;                /* I/O IRQ */