MLK-12672 ARM: dts: imx6ul-9x9-evk: correct the xnur pad setting
authorHaibo Chen <haibo.chen@nxp.com>
Fri, 20 Jan 2017 02:36:16 +0000 (10:36 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:23 +0000 (14:58 -0500)
Setting the xnur-gpio to GPIO_ACTIVE_LOW, otherwise touch calibration
may has some issue.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
arch/arm/boot/dts/imx6ul-9x9-evk.dts

index 874a3f8..71b7979 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ * Copyright 2017 NXP
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
 &tsc {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_tsc>;
-       status = "okay";
-       xnur-gpio = <&gpio1 3 0>;
+       xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
        measure_delay_time = <0xffff>;
        pre_charge_time = <0xfff>;
+       status = "okay";
 };
 
 &uart1 {