thermal: Add BCM2711 thermal driver
authorStefan Wahren <stefan.wahren@i2se.com>
Mon, 13 Jan 2020 18:56:16 +0000 (19:56 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 27 Jan 2020 10:41:08 +0000 (11:41 +0100)
commit59b781352dc4cb9ae27a8ddae0cda979d29d8af7
treee0ba7f1211f498464b789a6ba19827d94e074d55
parentee31ff373da6602e7a4e60fe11322b41ac38eb22
thermal: Add BCM2711 thermal driver

This adds the thermal sensor driver for the Broadcom BCM2711 SoC,
which is placed on the Raspberry Pi 4. The driver only provides
SoC temperature reading so far.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Tested-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1578941778-23321-3-git-send-email-stefan.wahren@i2se.com
drivers/thermal/broadcom/Kconfig
drivers/thermal/broadcom/Makefile
drivers/thermal/broadcom/bcm2711_thermal.c [new file with mode: 0644]