MLK-13766 ARM: dts: imx6ull-9x9-evk: correct the xnur pad setting
authorHaibo Chen <haibo.chen@nxp.com>
Thu, 19 Jan 2017 06:14:36 +0000 (14:14 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:22 +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/imx6ull-9x9-evk.dts

index a091f8e..6a772ef 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2016 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 {