Integrate linux-imx-kuk/wm9705_fine_tune
Commit: seco-ne/kernel/linux-imx-kuk@14e59869
driver:wm9705: Added distance filter to poll and fixed median filter
The distance filter wasn't working correctly, because the configuration parameters were wrong. Activated the distance filter with the correct settings and removed the temporary median filter. Fixed an issue in the median filter: The values were sorted in-place, which let to jumps in the touch detection.
BCS 746-001204
--
Commit: seco-ne/kernel/linux-imx-kuk@9239ef74
driver:wm9705: Set infinite mode settings to correct values
The settings are derived from the old implementation of the infinite mode for the WM9705.
BCS 746-001204
--
Commit: seco-ne/kernel/linux-imx-kuk@be7ed699
driver:wm9705: Add delay between X-/Y-plate polling
Without the delay, polling of the Y-plate doesn't work reliable.
BCS 746-001204
--
Commit: seco-ne/kernel/linux-imx-kuk@b5374438
driver:wm9705: Set the settling time via define
Set the settling time after changing plates in the infinite mode via defines.
BCS 746-001204
--
Commit: seco-ne/kernel/linux-imx-kuk@ed6add40
dts:mc3: Clean-up of DTs
Fixed some format issues and re-ordered the nodes in the MC3 DT.