mbox series

[v1,0/3] thermal: rockchip: Support the RK3308 SoC in thermal driver

Message ID 1572923846-23310-1-git-send-email-zhangqing@rock-chips.com
Headers show
Series thermal: rockchip: Support the RK3308 SoC in thermal driver | expand

Message

zhangqing Nov. 5, 2019, 3:17 a.m. UTC
RK3308 SOC has two Temperature Sensors for CPU and GPU.

Elaine Zhang (3):
  dt-bindings: rockchip-thermal: Support the RK3308 SoC compatible
  thermal: rockchip: Support the RK3308 SoC in thermal driver
  ARM64: dts: rockchip: rk3308: add tsadc node

 .../bindings/thermal/rockchip-thermal.txt          |  1 +
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           | 20 ++++++++++++++++
 drivers/thermal/rockchip_thermal.c                 | 28 ++++++++++++++++++++++
 3 files changed, 49 insertions(+)

Comments

Heiko Stübner Nov. 5, 2019, 7:59 a.m. UTC | #1
Am Dienstag, 5. November 2019, 04:17:25 CET schrieb Elaine Zhang:
> RK3308 SOC has two Temperature Sensors for CPU and GPU.
> 
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>