mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
mx25: deprecate UART1_BASE_ADDR and UART2_BASE_ADDR
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
This commit is contained in:
parent
7d58289fc3
commit
66ac2f28b6
@ -27,8 +27,8 @@
|
||||
IMX_IO_ADDRESS(x, MX25_AIPS2) ?: \
|
||||
IMX_IO_ADDRESS(x, MX25_AVIC))
|
||||
|
||||
#define UART1_BASE_ADDR 0x43f90000
|
||||
#define UART2_BASE_ADDR 0x43f94000
|
||||
#define MX25_UART1_BASE_ADDR 0x43f90000
|
||||
#define MX25_UART2_BASE_ADDR 0x43f94000
|
||||
|
||||
#define MX25_FEC_BASE_ADDR 0x50038000
|
||||
#define MX25_NFC_BASE_ADDR 0xbb000000
|
||||
@ -38,4 +38,9 @@
|
||||
#define MX25_INT_FEC 57
|
||||
#define MX25_INT_NANDFC 33
|
||||
|
||||
#if defined(IMX_NEEDS_DEPRECATED_SYMBOLS)
|
||||
#define UART1_BASE_ADDR MX25_UART1_BASE_ADDR
|
||||
#define UART2_BASE_ADDR MX25_UART2_BASE_ADDR
|
||||
#endif
|
||||
|
||||
#endif /* ifndef __MACH_MX25_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user