Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: thermal: r9a09g047-tsu: Document RZ/V2H TSU

The Renesas RZ/V2H SoC includes a Thermal Sensor Unit (TSU) block designed
to measure the junction temperature. The device provides real-time
temperature measurements for thermal management, utilizing two dedicated
channels for temperature sensing.

The Renesas RZ/V2H SoC is using the same TSU IP found on the RZ/G3E SoC,
the only difference being that it has two channels instead of one.

Add new compatible string "renesas,r9a09g057-tsu" for RZ/V2H and use
"renesas,r9a09g047-tsu" as a fallback compatible to indicate hardware
compatibility with the RZ/G3E implementation.

Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20251020143107.13974-3-ovidiu.panait.rb@renesas.com

authored by

Ovidiu Panait and committed by
Daniel Lezcano
30183a67 dcb6fa37

+5 -1
+5 -1
Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - const: renesas,r9a09g047-tsu 19 + oneOf: 20 + - const: renesas,r9a09g047-tsu # RZ/G3E 21 + - items: 22 + - const: renesas,r9a09g057-tsu # RZ/V2H 23 + - const: renesas,r9a09g047-tsu # RZ/G3E 20 24 21 25 reg: 22 26 maxItems: 1