ipq806x: fix tsens driver in 4.19
authorAnsuel Smith <ansuelsmth@gmail.com>
Thu, 28 Nov 2019 21:29:15 +0000 (22:29 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 19 Dec 2019 21:41:57 +0000 (22:41 +0100)
commit402153623d927c35e4ee66cf2111e8e7d456d428
tree32d49678fd980de08e71d5ded59b17fdb8bb455f
parentf28e6ae7ceb89651082f75b9dceb23fecf788b73
ipq806x: fix tsens driver in 4.19

Added patch:

 - 063-3 Fix tsense shared memory problem

Recent changes in ioremap_resource function are causing fails for the
memory areas which are already mapped. This changes are causing tsense
driver failures during initialization:

  qcom-tsens 900000.thermal-sensor: tsens init failed

So this patch uses simple ioremap in order to use this shared memory
space.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[commit subject and desciption facelitf]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/ipq806x/patches-4.19/0063-3-tsens-fix-kernel-4_19.patch [new file with mode: 0644]