[PATCH 2/5] ARM: dts: uniphier: Add missing thermal-sensor node for Pro5
Kunihiko Hayashi
hayashi.kunihiko at socionext.com
Tue Dec 16 03:01:10 PST 2025
UniPhier Pro5 SoC also has a thermal sensor and is available.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko at socionext.com>
---
arch/arm/boot/dts/socionext/uniphier-pro5.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/socionext/uniphier-pro5.dtsi b/arch/arm/boot/dts/socionext/uniphier-pro5.dtsi
index 3d21fb822219..be9a2c40bd7c 100644
--- a/arch/arm/boot/dts/socionext/uniphier-pro5.dtsi
+++ b/arch/arm/boot/dts/socionext/uniphier-pro5.dtsi
@@ -474,6 +474,13 @@ sys_rst: reset-controller {
watchdog {
compatible = "socionext,uniphier-wdt";
};
+
+ pvtctl: thermal-sensor {
+ compatible = "socionext,uniphier-pxs2-thermal";
+ interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
+ #thermal-sensor-cells = <0>;
+ socionext,tmod-calibration = <0x0f86 0x6844>;
+ };
};
usb0: usb at 65a00000 {
--
2.34.1
More information about the linux-arm-kernel
mailing list