ARM: tegra: remove obsolete gpio entries
After moving to description based gpio interface in rfkill-gpio, the gpio numbers are not used any more. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
cd6362befe
commit
7bd494491b
|
@ -23,9 +23,7 @@
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
|
||||||
static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = {
|
static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = {
|
||||||
.name = "wifi_rfkill",
|
.name = "wifi_rfkill",
|
||||||
.reset_gpio = 25, /* PD1 */
|
|
||||||
.shutdown_gpio = 85, /* PK5 */
|
|
||||||
.type = RFKILL_TYPE_WLAN,
|
.type = RFKILL_TYPE_WLAN,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue