summaryrefslogtreecommitdiff
path: root/himax_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'himax_common.c')
-rw-r--r--himax_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/himax_common.c b/himax_common.c
index 861859d..4504e6a 100644
--- a/himax_common.c
+++ b/himax_common.c
@@ -3062,6 +3062,9 @@ int himax_chip_common_init(void)
himax_gpio_power_config(pdata);
+ pdata->pinctrl = devm_pinctrl_get(&ts->spi->dev);
+ himax_ts_pinctrl_configure(ts, true);
+
#if !defined(CONFIG_OF)
if (pdata->power) {
ret = pdata->power(1);