Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66ac2f28 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

mx25: deprecate UART1_BASE_ADDR and UART2_BASE_ADDR

parent 7d58289f
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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__ */