mbox series

[0/2] RK3588 Thermal Support

Message ID 20221021174721.92468-1-sebastian.reichel@collabora.com
Headers show
Series RK3588 Thermal Support | expand

Message

Sebastian Reichel Oct. 21, 2022, 5:47 p.m. UTC
Hi,

This adds thermal support for the new RK3588(s) SoC
series. The series has been tested on the RK3588
EVB1 board.

-- Sebastian

Finley Xiao (1):
  thermal: rockchip: Support RK3588 SoC in the thermal driver

Sebastian Reichel (1):
  dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible

 .../bindings/thermal/rockchip-thermal.yaml    |   1 +
 drivers/thermal/rockchip_thermal.c            | 182 +++++++++++++++++-
 2 files changed, 180 insertions(+), 3 deletions(-)

Comments

Krzysztof Kozlowski Oct. 22, 2022, 4:24 p.m. UTC | #1
On 21/10/2022 13:47, Sebastian Reichel wrote:
> Add a new compatible for the thermal sensor device on RK3588 SoCs.
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof