[PATCH v8 4/5] arm64: dts: exynos: gs101: Add thermal management unit
André Draszik
andre.draszik at linaro.org
Tue Jun 9 04:44:47 PDT 2026
Hi Tudor,
On Wed, 2026-06-03 at 13:00 +0000, Tudor Ambarus wrote:
>
> [...]
>
> diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> index 86933f22647b..b6866ef99fb3 100644
> --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
>
> [...]
>
> @@ -639,6 +647,15 @@ watchdog_cl1: watchdog at 10070000 {
> status = "disabled";
> };
>
> + tmu_top: thermal-sensor at 100a0000 {
> + compatible = "google,gs101-tmu-top";
> + reg = <0x100a0000 0x800>;
> + clocks = <&cmu_misc CLK_GOUT_MISC_TMU_TOP_PCLK>;
> + interrupts = <GIC_SPI 769 IRQ_TYPE_LEVEL_HIGH 0>;
> + samsung,acpm-ipc = <&acpm_ipc>;
> + #thermal-sensor-cells = <1>;
Vendor-specific properties should always come after generic ones
(samsung,... to move to end here).
Cheers,
Andre'
More information about the linux-arm-kernel
mailing list