Commit 99dc736f authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

m68knommu: add platform struct for ColdFire UART driver

Add platform support structure for use with new ColdFire UART driver.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f386c3cc
......@@ -51,6 +51,16 @@
#endif
#include <linux/serial_core.h>
#include <linux/platform_device.h>
struct mcf_platform_uart {
unsigned long mapbase; /* Physical address base */
void __iomem *membase; /* Virtual address if mapped */
unsigned int irq; /* Interrupt vector */
unsigned int uartclk; /* UART clock rate */
};
/*
* Define the ColdFire UART register set addresses.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment