mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
c53bdf1c44
This patch is part of enabling USB for Freescale MX51 Babbage HW. This patch adds device structures for USB Host1 and OTG port, and adds clocking information for USB HW. This patch applies to 2.6.34-rc6. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7 lines
291 B
C
7 lines
291 B
C
extern struct platform_device mxc_uart_device0;
|
|
extern struct platform_device mxc_uart_device1;
|
|
extern struct platform_device mxc_uart_device2;
|
|
extern struct platform_device mxc_fec_device;
|
|
extern struct platform_device mxc_usbdr_host_device;
|
|
extern struct platform_device mxc_usbh1_device;
|