hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-pxa/include/mach/mainstone.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * arch/arm/mach-pxa/include/mach/mainstone.h
34 *
45 * Author: Nicolas Pitre
56 * Created: Nov 14, 2002
67 * Copyright: MontaVista Software Inc.
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #ifndef ASM_ARCH_MAINSTONE_H
....@@ -119,6 +116,10 @@
119116 #define MST_PCMCIA_PWR_VCC_33 0x8 /* voltage VCC = 3.3V */
120117 #define MST_PCMCIA_PWR_VCC_50 0x4 /* voltage VCC = 5.0V */
121118
119
+#define MST_PCMCIA_INPUTS \
120
+ (MST_PCMCIA_nIRQ | MST_PCMCIA_nSPKR_BVD2 | MST_PCMCIA_nSTSCHG_BVD1 | \
121
+ MST_PCMCIA_nVS2 | MST_PCMCIA_nVS1 | MST_PCMCIA_nCD)
122
+
122123 /* board specific IRQs */
123124 #define MAINSTONE_NR_IRQS IRQ_BOARD_START
124125