Browse Source

fix gpio number of the reset button Compex WP54 boards

SVN-Revision: 12296
Gabor Juhos 17 years ago
parent
commit
904effc167

+ 1 - 1
target/linux/adm5120/files-2.6.26/arch/mips/adm5120/compex/wp54.c

@@ -40,7 +40,7 @@ static struct gpio_button wp54_gpio_buttons[] __initdata = {
 		.type		= EV_KEY,
 		.type		= EV_KEY,
 		.code		= BTN_0,
 		.code		= BTN_0,
 		.threshold	= 5,
 		.threshold	= 5,
-		.gpio		= ADM5120_GPIO_PIN2,
+		.gpio		= ADM5120_GPIO_PIN4,
 	}
 	}
 };
 };
 
 

+ 1 - 1
target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c

@@ -145,7 +145,7 @@ static void __init wp54_setup(void)
 
 
 	adm5120_buttons_data.nbuttons = 1;
 	adm5120_buttons_data.nbuttons = 1;
 	adm5120_buttons[0].desc = "reset button";
 	adm5120_buttons[0].desc = "reset button";
-	adm5120_buttons[0].gpio = ADM5120_GPIO_PIN2;
+	adm5120_buttons[0].gpio = ADM5120_GPIO_PIN4;
 
 
 	adm5120_gpiodev_resource.start &= ~WP54_GPIO_DEV_MASK;
 	adm5120_gpiodev_resource.start &= ~WP54_GPIO_DEV_MASK;