]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: mx23: rename mx23 auart irq definition to align with mx28
authorShawn Guo <shawn.guo@freescale.com>
Thu, 17 Feb 2011 06:28:49 +0000 (14:28 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 17 Feb 2011 11:03:10 +0000 (12:03 +0100)
i.MX23 Reference Manual names auart irq differently from i.MX28.
This patch is to align the naming with mx28, so that some device
registration codes can be shared.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mxs/include/mach/mx23.h

index 9edd02ec8e309b1c368dfc8d559c788eaddeb605..4768402b9485959da5bb465df42e2c07ebb5a901 100644 (file)
 #define MX23_INT_SSP2_DMA              20
 #define MX23_INT_ECC8_IRQ              21
 #define MX23_INT_RTC_ALARM             22
-#define MX23_INT_UARTAPP_TX_DMA                23
-#define MX23_INT_UARTAPP_INTERNAL      24
-#define MX23_INT_UARTAPP_RX_DMA                25
+#define MX23_INT_AUART1_TX_DMA         23
+#define MX23_INT_AUART1                        24
+#define MX23_INT_AUART1_RX_DMA         25
 #define MX23_INT_I2C_DMA               26
 #define MX23_INT_I2C_ERROR             27
 #define MX23_INT_TIMER0                        28
 #define MX23_INT_DCP                   54
 #define MX23_INT_BCH                   56
 #define MX23_INT_PXP                   57
-#define MX23_INT_UARTAPP2_TX_DMA       58
-#define MX23_INT_UARTAPP2_INTERNAL     59
-#define MX23_INT_UARTAPP2_RX_DMA       60
+#define MX23_INT_AUART2_TX_DMA         58
+#define MX23_INT_AUART2                        59
+#define MX23_INT_AUART2_RX_DMA         60
 #define MX23_INT_VDAC_DETECT           61
 #define MX23_INT_VDD5V_DROOP           64
 #define MX23_INT_DCDC4P2_BO            65