We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6613476 commit 95f37ebCopy full SHA for 95f37eb
arch/arm/mach-omap2/board-n8x0.c
@@ -144,8 +144,7 @@ static struct gpiod_lookup_table nokia8xx_mmc_gpio_table = {
144
.dev_id = "mmci-omap.0",
145
.table = {
146
/* Slot switch, GPIO 96 */
147
- GPIO_LOOKUP("gpio-80-111", 16,
148
- "switch", GPIO_ACTIVE_HIGH),
+ GPIO_LOOKUP("gpio-96-127", 0, "switch", GPIO_ACTIVE_HIGH),
149
{ }
150
},
151
};
@@ -154,11 +153,9 @@ static struct gpiod_lookup_table nokia810_mmc_gpio_table = {
154
153
155
156
/* Slot index 1, VSD power, GPIO 23 */
157
- GPIO_LOOKUP_IDX("gpio-16-31", 7,
158
- "vsd", 1, GPIO_ACTIVE_HIGH),
+ GPIO_LOOKUP_IDX("gpio-0-31", 23, "vsd", 1, GPIO_ACTIVE_HIGH),
159
/* Slot index 1, VIO power, GPIO 9 */
160
- GPIO_LOOKUP_IDX("gpio-0-15", 9,
161
- "vio", 1, GPIO_ACTIVE_HIGH),
+ GPIO_LOOKUP_IDX("gpio-0-31", 9, "vio", 1, GPIO_ACTIVE_HIGH),
162
163
164
0 commit comments