Re: [PATCH 3/4] arm: boot: dts: am335x-evm: Make charge delay a DT parameter for tsc

2014-11-06 Thread Vignesh R
On Saturday 01 November 2014 02:39 AM, Hartmut Knaack wrote: > Vignesh R schrieb am 27.10.2014 12:08: >> The charge delay value is by default 0xB000. But it can be set to lower >> values on some boards as long as false pen-ups are avoided. Lowering the >> value increases the sampling rate (though

Re: [PATCH 3/4] arm: boot: dts: am335x-evm: Make charge delay a DT parameter for tsc

2014-10-31 Thread Hartmut Knaack
Vignesh R schrieb am 27.10.2014 12:08: > The charge delay value is by default 0xB000. But it can be set to lower > values on some boards as long as false pen-ups are avoided. Lowering the > value increases the sampling rate (though current sampling rate is > sufficient for tsc operation). Hence cha

[PATCH 3/4] arm: boot: dts: am335x-evm: Make charge delay a DT parameter for tsc

2014-10-27 Thread Vignesh R
The charge delay value is by default 0xB000. But it can be set to lower values on some boards as long as false pen-ups are avoided. Lowering the value increases the sampling rate (though current sampling rate is sufficient for tsc operation). Hence charge delay has been made a DT parameter. Signed