| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/mach-pxa/idp.c |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | 4 | * |
|---|
| 8 | 5 | * Copyright (c) 2001 Cliff Brake, Accelent Systems Inc. |
|---|
| 9 | 6 | * |
|---|
| .. | .. |
|---|
| 13 | 10 | * 2005-02-15: Cliff Brake <cliff.brake@gmail.com> |
|---|
| 14 | 11 | * <http://www.vibren.com> <http://bec-systems.com> |
|---|
| 15 | 12 | * Updated for 2.6 kernel |
|---|
| 16 | | - * |
|---|
| 17 | 13 | */ |
|---|
| 18 | 14 | |
|---|
| 19 | 15 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 160 | 156 | |
|---|
| 161 | 157 | static struct pxamci_platform_data idp_mci_platform_data = { |
|---|
| 162 | 158 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
|---|
| 163 | | - .gpio_card_detect = -1, |
|---|
| 164 | | - .gpio_card_ro = -1, |
|---|
| 165 | | - .gpio_power = -1, |
|---|
| 166 | 159 | }; |
|---|
| 167 | 160 | |
|---|
| 168 | 161 | static void __init idp_init(void) |
|---|