[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250825064929.188101-1-shin.son@samsung.com>
Date: Mon, 25 Aug 2025 15:49:26 +0900
From: Shin Son <shin.son@...sung.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>, Krzysztof Kozlowski
<krzk@...nel.org>, "Rafael J . Wysocki" <rafael@...nel.org>, Daniel Lezcano
<daniel.lezcano@...aro.org>, Zhang Rui <rui.zhang@...el.com>, Lukasz Luba
<lukasz.luba@....com>, Rob Herring <robh@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>
Cc: Shin Son <shin.son@...sung.com>, linux-pm@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Add exynosautov920 thermal support
This patch series adds support for exynosautov920, automotive-grade
processor. Although the exynosautov920's TMU hardware differs slightly
from exisiting platform, its read and calibration logic closely follow
our legacy TMU interface. To prevent runtime and build time errors,
it is kept as a single change rather than being split.
This change merges the new exynosautov920-specific register definitions and
timing parameters into the exynos-tmu driver, ensuring consistent behavior
across all Exynos series. All new code paths have been tested on a
exynosautov920 board and verified to correctly read temperatures and
emulate behavior.
Shin Son (3):
dt-bindings: thermal: samsung: Add tmu-name and sensor-index-ranges
properties
thermal: exynos_tmu: Support new hardware and update TMU interface
arm64: dts: exynosautov920: Add tmu hardware binding
.../thermal/samsung,exynos-thermal.yaml | 23 +-
.../boot/dts/exynos/exynosautov920-tmu.dtsi | 92 +++++
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 34 ++
drivers/thermal/samsung/exynos_tmu.c | 336 ++++++++++++++++--
4 files changed, 447 insertions(+), 38 deletions(-)
create mode 100644 arch/arm64/boot/dts/exynos/exynosautov920-tmu.dtsi
--
2.50.1
Powered by blists - more mailing lists