summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-21 19:41:49 +0200
committerStefan Agner <stefan.agner@toradex.com>2018-06-22 12:24:00 +0200
commit97d218ad5b0a113004d4ee9587dccfdb52c0b6b3 (patch)
tree7ac1b491ce33b9df69d9bcea3d32d7b67a5ddabb
parentc6f9bbccf346902d77628534a7d0491cbb77c16b (diff)
ARM: dts: vf-colibri: don't pinmux touch gpios directly to output
The driver should take care of setting pins to gpio output if they are to be used as output. The atmel maxtouch driver does not set the direction of the interrupt pin back to input and thus fails if the pin is not already input. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--arch/arm/boot/dts/vf-colibri-eval-v3.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
index dc703043d3ac..bd1cfb7b3ec4 100644
--- a/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/vf-colibri-eval-v3.dtsi
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Toradex AG
+ * Copyright 2018 Toradex AG
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -215,8 +215,8 @@
pinctrl_gpiotouch: touchgpios {
fsl,pins = <
- VF610_PAD_PTB8__GPIO_30 0x6f
- VF610_PAD_PTB1__GPIO_23 0x4f
+ VF610_PAD_PTB8__GPIO_30 0x6d
+ VF610_PAD_PTB1__GPIO_23 0x4d
>;
};
};