]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/ehci-fsl.h
usb: ehci-fsl: set INCR8 mode for system bus interface on MPC512x
[karo-tx-linux.git] / drivers / usb / host / ehci-fsl.h
index 4918062211656c276f5904cc50d45605076ed026..0855be8b5b475caba9a2e2b77ee100c0646f25a5 100644 (file)
@@ -19,6 +19,8 @@
 #define _EHCI_FSL_H
 
 /* offsets for the non-ehci registers in the FSL SOC USB controller */
+#define FSL_SOC_USB_SBUSCFG    0x90
+#define SBUSCFG_INCR8          0x02    /* INCR8, specified */
 #define FSL_SOC_USB_ULPIVP     0x170
 #define FSL_SOC_USB_PORTSC1    0x184
 #define PORT_PTS_MSK           (3<<30)