[PATCH v6 2/7] dt-bindings: rockchip-thermal: Add RK3576 compatible

Nicolas Frattaroli posted 7 patches 4 months ago
[PATCH v6 2/7] dt-bindings: rockchip-thermal: Add RK3576 compatible
Posted by Nicolas Frattaroli 4 months ago
Add a new compatible for the thermal sensor device on the RK3576 SoC.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
---
 Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml b/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml
index b717ea8261ca24ebaf709f410ec6372de1366b8a..49ceed68c92ce5a32ed8d4f39bd88fd052de0e80 100644
--- a/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/rockchip-thermal.yaml
@@ -21,6 +21,7 @@ properties:
       - rockchip,rk3368-tsadc
       - rockchip,rk3399-tsadc
       - rockchip,rk3568-tsadc
+      - rockchip,rk3576-tsadc
       - rockchip,rk3588-tsadc
       - rockchip,rv1108-tsadc
 

-- 
2.49.0
Re: [PATCH v6 2/7] dt-bindings: rockchip-thermal: Add RK3576 compatible
Posted by Heiko Stuebner 3 months ago
Am Dienstag, 10. Juni 2025, 14:32:38 Mitteleuropäische Sommerzeit schrieb Nicolas Frattaroli:
> Add a new compatible for the thermal sensor device on the RK3576 SoC.
> 
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>

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