mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm5120] fix gpio number of the reset button Compex WP54 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12296 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -145,7 +145,7 @@ static void __init wp54_setup(void)
|
||||
|
||||
adm5120_buttons_data.nbuttons = 1;
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user