2023-07-18 05:10:49

by Hal Feng

[permalink] [raw]
Subject: [PATCH v1 0/3] riscv: dts: starfive: jh71x0: Add temperature sensor nodes and thermal-zones

Hi, Conor,

These patches add temperature sensor nodes and thermal-zones for the
StarFive JH71X0 SoC. I have tested them on the BeagleV Starlight board
and StarFive VisionFive 1 / 2 board. Thanks.

Best regards,
Hal

Hal Feng (3):
riscv: dts: starfive: jh7100: Add temperature sensor node and
thermal-zones
riscv: dts: starfive: jh7110: Add temperature sensor node and
thermal-zones
MAINTAINERS: Add Hal as a maintainer of SFCTEMP HWMON DRIVER

MAINTAINERS | 1 +
arch/riscv/boot/dts/starfive/jh7100.dtsi | 37 +++++++++++++++++
arch/riscv/boot/dts/starfive/jh7110.dtsi | 53 ++++++++++++++++++++++++
3 files changed, 91 insertions(+)


base-commit: fdf0eaf11452d72945af31804e2a1048ee1b574c
--
2.38.1



2023-07-20 16:39:47

by Conor Dooley

[permalink] [raw]
Subject: Re: (subset) [PATCH v1 0/3] riscv: dts: starfive: jh71x0: Add temperature sensor nodes and thermal-zones

From: Conor Dooley <[email protected]>

On Tue, 18 Jul 2023 11:49:34 +0800, Hal Feng wrote:
> These patches add temperature sensor nodes and thermal-zones for the
> StarFive JH71X0 SoC. I have tested them on the BeagleV Starlight board
> and StarFive VisionFive 1 / 2 board. Thanks.
>
> Best regards,
> Hal
>
> [...]

Applied to riscv-dt-for-next, thanks!

[1/3] riscv: dts: starfive: jh7100: Add temperature sensor node and thermal-zones
https://git.kernel.org/conor/c/0417c587420f
[2/3] riscv: dts: starfive: jh7110: Add temperature sensor node and thermal-zones
https://git.kernel.org/conor/c/54ab0b6b85d4

Thanks,
Conor.