brcm47xx: resolve GPIO conflict for WRT54GSv1

On the Linksys WRT54GSv1, the adm6996 switch driver and the
gpio_button_hotplug module both claim GPIO 6, which is connected to the
Reset button.  When the switch driver's request wins, the Reset button
cannot work. This makes it impossible to enter failsafe mode without a
serial console.

Stop requesting the "adm_rc" GPIO in the switch driver, since it is not
used anywhere.

Fixes FS#792.

Signed-off-by: Mirko Parthey <mirko.parthey@web.de>
This commit is contained in:
Mirko Parthey
2017-06-26 18:25:46 +02:00
committed by Hauke Mehrtens
parent 896246b8c5
commit 1dace8cbe0
3 changed files with 7 additions and 14 deletions

View File

@@ -23,7 +23,6 @@ struct adm6996_gpio_platform_data {
u8 eecs;
u8 eesk;
u8 eedi;
u8 eerc;
enum adm6996_model model;
};