diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-12-18 04:29:39 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:46 -0500 |
commit | 244d34230b7447fba95221dbf39b39e94257939c (patch) | |
tree | 43500d6b220af8e444c0ea5c03565c689070915e /arch/blackfin/mach-bf537/boards | |
parent | edd07992504e631b50d18d130c62addbcb16269e (diff) |
Blackfin: update AD7879 resources to match the new gpiolib driver support
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 538bff83e607..03e36bd6fd05 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -705,8 +705,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = { | |||
705 | .median = 2, /* do 8 measurements */ | 705 | .median = 2, /* do 8 measurements */ |
706 | .averaging = 1, /* take the average of 4 middle samples */ | 706 | .averaging = 1, /* take the average of 4 middle samples */ |
707 | .pen_down_acc_interval = 255, /* 9.4 ms */ | 707 | .pen_down_acc_interval = 255, /* 9.4 ms */ |
708 | .gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ | 708 | .gpio_export = 1, /* Export GPIO to gpiolib */ |
709 | .gpio_default = 1, /* During initialization set GPIO = HIGH */ | 709 | .gpio_base = -1, /* Dynamic allocation */ |
710 | }; | 710 | }; |
711 | #endif | 711 | #endif |
712 | 712 | ||