diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-06-27 17:12:08 -0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 10:01:12 +0200 |
commit | fce43f99631b03a65b9309d956bfca93a8fe052f (patch) | |
tree | 7679fc80ed2983c0789d2838b6f04d3d5a6b776d /arch/arm/plat-mxc/include/mach/mx53.h | |
parent | 2e534b21a51bad9d1fad125adac6ad49e64e1d7a (diff) | |
download | talos-obmc-linux-fce43f99631b03a65b9309d956bfca93a8fe052f.tar.gz talos-obmc-linux-fce43f99631b03a65b9309d956bfca93a8fe052f.zip |
ARM: mx53: Add support for missing UARTs
MX53 has five UART ports.
Add support for the missing UART4 and UART5 ports.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx53.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx53.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx53.h b/arch/arm/plat-mxc/include/mach/mx53.h index 74cd093203e0..d1d1bf38efae 100644 --- a/arch/arm/plat-mxc/include/mach/mx53.h +++ b/arch/arm/plat-mxc/include/mach/mx53.h @@ -241,7 +241,7 @@ #define MX53_INT_IPU_ERR 10 #define MX53_INT_IPU_SYN 11 #define MX53_INT_GPU 12 -#define MX53_INT_RESV13 13 +#define MX53_INT_UART4 13 #define MX53_INT_USB_H1 14 #define MX53_INT_EMI 15 #define MX53_INT_USB_H2 16 @@ -314,7 +314,7 @@ #define MX53_INT_CAN2 83 #define MX53_INT_GPU2_IRQ 84 #define MX53_INT_GPU2_BUSY 85 -#define MX53_INT_RESV86 86 +#define MX53_INT_UART5 86 #define MX53_INT_FEC 87 #define MX53_INT_OWIRE 88 #define MX53_INT_CTI1_TG2 89 |