Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk'
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-pxa / include / mach / lpd270.h
index f89fb715266be05c771b6dc1846bb78635a39b83..0e6440c81683d0c18548bdd863016fa9444fe64e 100644 (file)
@@ -34,5 +34,9 @@
 #define LPD270_INT_ETHERNET    (1 << 3)  /* Ethernet controller IRQ */
 #define LPD270_INT_USBC                (1 << 2)  /* USB client cable detection IRQ */
 
+#define LPD270_IRQ(x)          (IRQ_BOARD_START + (x))
+#define LPD270_USBC_IRQ                LPD270_IRQ(2)
+#define LPD270_ETHERNET_IRQ    LPD270_IRQ(3)
+#define LPD270_AC97_IRQ                LPD270_IRQ(4)
 
 #endif