Commit 244d3423 authored by Michael Hennerich's avatar Michael Hennerich Committed by Mike Frysinger

Blackfin: update AD7879 resources to match the new gpiolib driver support

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent edd07992
...@@ -274,8 +274,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = { ...@@ -274,8 +274,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = {
.median = 2, /* do 8 measurements */ .median = 2, /* do 8 measurements */
.averaging = 1, /* take the average of 4 middle samples */ .averaging = 1, /* take the average of 4 middle samples */
.pen_down_acc_interval = 255, /* 9.4 ms */ .pen_down_acc_interval = 255, /* 9.4 ms */
.gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ .gpio_export = 1, /* Export GPIO to gpiolib */
.gpio_default = 1, /* During initialization set GPIO = HIGH */ .gpio_base = -1, /* Dynamic allocation */
}; };
#endif #endif
......
...@@ -521,8 +521,7 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = { ...@@ -521,8 +521,7 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = {
.median = 2, /* do 8 measurements */ .median = 2, /* do 8 measurements */
.averaging = 1, /* take the average of 4 middle samples */ .averaging = 1, /* take the average of 4 middle samples */
.pen_down_acc_interval = 255, /* 9.4 ms */ .pen_down_acc_interval = 255, /* 9.4 ms */
.gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ .gpio_export = 0, /* Export GPIO to gpiolib */
.gpio_default = 1, /* During initialization set GPIO = HIGH */
}; };
#endif #endif
......
...@@ -705,8 +705,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = { ...@@ -705,8 +705,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = {
.median = 2, /* do 8 measurements */ .median = 2, /* do 8 measurements */
.averaging = 1, /* take the average of 4 middle samples */ .averaging = 1, /* take the average of 4 middle samples */
.pen_down_acc_interval = 255, /* 9.4 ms */ .pen_down_acc_interval = 255, /* 9.4 ms */
.gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ .gpio_export = 1, /* Export GPIO to gpiolib */
.gpio_default = 1, /* During initialization set GPIO = HIGH */ .gpio_base = -1, /* Dynamic allocation */
}; };
#endif #endif
......
...@@ -518,8 +518,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = { ...@@ -518,8 +518,8 @@ static const struct ad7879_platform_data bfin_ad7879_ts_info = {
.median = 2, /* do 8 measurements */ .median = 2, /* do 8 measurements */
.averaging = 1, /* take the average of 4 middle samples */ .averaging = 1, /* take the average of 4 middle samples */
.pen_down_acc_interval = 255, /* 9.4 ms */ .pen_down_acc_interval = 255, /* 9.4 ms */
.gpio_output = 1, /* configure AUX/VBAT/GPIO as GPIO output */ .gpio_export = 1, /* Export GPIO to gpiolib */
.gpio_default = 1, /* During initialization set GPIO = HIGH */ .gpio_base = -1, /* Dynamic allocation */
}; };
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment