]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: db8500: Finalize device tree conversion
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 28 Aug 2019 13:03:18 +0000 (15:03 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 25 Sep 2019 05:54:49 +0000 (22:54 -0700)
commit6a03e4ab47583d0c5faaaf2b78d3816a62172b00
tree4a1c2b8095b53ed6dd1b9220fbb0f44842c2fd5b
parent0df8c7f2ffdf0f15adb9ecb092b54e4329c293f4
thermal: db8500: Finalize device tree conversion

At some point there was an attempt to convert the DB8500
thermal sensor to device tree: a probe path was added
and the device tree was augmented for the Snowball board.
The switchover was never completed: instead the thermal
devices came from from the PRCMU MFD device and the probe
on the Snowball was confused as another set of configuration
appeared from the device tree.

Move over to a device-tree only approach, as we fixed up
the device trees.

Cc: Vincent Guittot <vincent.guittot@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/mfd/db8500-prcmu.c
drivers/thermal/Kconfig
drivers/thermal/db8500_thermal.c
include/linux/platform_data/db8500_thermal.h [deleted file]