From: kaloz Date: Sun, 10 Nov 2013 09:55:17 +0000 (+0000) Subject: [cns3xxx]: add pushbutton GPIO for GW2380/82/83 X-Git-Tag: fast2504n-3.10.28-merged~844 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=0d3f8cf1ee65c63b36b768f16bd07d47212c9175;p=openwrt.git [cns3xxx]: add pushbutton GPIO for GW2380/82/83 Signed-off-by: Tim Harvey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c index 9c835f3010..267b4c1caa 100644 --- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c +++ b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c @@ -723,6 +723,7 @@ static struct gpio laguna_gpio_gw2383[] = { { 8, GPIOF_IN , "GPIO1" }, { 100, GPIOF_IN , "DIO0" }, { 101, GPIOF_IN , "DIO1" }, + { 108, GPIOF_IN , "*USER_PB#" }, }; static struct gpio laguna_gpio_gw2382[] = { @@ -735,6 +736,7 @@ static struct gpio laguna_gpio_gw2382[] = { { 10, GPIOF_OUT_INIT_HIGH, "*USB_PCI_SEL#" }, { 100, GPIOF_IN , "DIO0" }, { 101, GPIOF_IN , "DIO1" }, + { 108, GPIOF_IN , "*USER_PB#" }, }; static struct gpio laguna_gpio_gw2380[] = { @@ -746,6 +748,7 @@ static struct gpio laguna_gpio_gw2380[] = { { 101, GPIOF_IN , "DIO1" }, { 102, GPIOF_IN , "DIO2" }, { 103, GPIOF_IN , "DIO3" }, + { 108, GPIOF_IN , "*USER_PB#" }, }; /*