]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
ARM: tegra: set debounce time to 300ms for magnetic sensor
authorSri Krishna chowdary <schowdary@nvidia.com>
Thu, 12 Jun 2014 14:15:25 +0000 (19:45 +0530)
committerHarshada Kale <hkale@nvidia.com>
Mon, 16 Jun 2014 10:06:38 +0000 (03:06 -0700)
It is observed that there is huge amount of debounce on the
signal of transtion when smart cover flipped.

Keep the safe value of debounce time of the signal from sensor to
300ms.

bug 200005902

Change-Id: Ied607341397e9bce5dbc7c4456c1c1b3460f914e
Signed-off-by: Sri Krishna chowdary <schowdary@nvidia.com>
Reviewed-on: http://git-master/r/422744
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
arch/arm/boot/dts/tegra124-platforms/tegra124-tn8-keys-p1761-1270-a03.dtsi

index b030cb7436a856170eb7ad279b0eadc60e12c9ef..2aa60765fb50d7ae3b4efe877271fab42698ec6a 100644 (file)
@@ -43,7 +43,7 @@
                        linux,code = <SW_LID>;
                        linux,input-type = <EV_SW>;
                        gpio-key,wakeup;
-                       debounce-interval = <200>;
+                       debounce-interval = <300>;
                };
        };
 };