[PATCH v5 0/2] thermal: Add support A9
From: Xianwei Zhao <xianwei.zhao@amlogic.com>
Date: 2026-09-10 06:38:56
Also in:
linux-amlogic, linux-devicetree, linux-pm, lkml
Document the thermal controller compatibles for the Amlogic A9 SoC And add driver support for the Amlogic A9 thermal controller. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> --- Changes in v5: - Check enable clock func returns and set the restart time of register separately. - Link to v4: https://lore.kernel.org/r/20260825-a9-thermal-v4-0-d8fc9859cf22@amlogic.com (local) Changes in v4: - Fix type error in comit mesage, and set factor valid value. - Link to v3: https://lore.kernel.org/r/20260821-a9-thermal-v3-0-0e7abf3941e3@amlogic.com (local) Changes in v3: - Binding: add restrictive conditions for clock, and remove remove "amlogic,hw-reset-temp" property. - Driver: add private data reset_temp instead of get value from DTS. - Link to v2: https://lore.kernel.org/r/20260811-a9-thermal-v2-0-7ddc33b11b9a@amlogic.com (local) Changes in v2: - Fix the spelling mistakes (clock-names) and reset-temp properties is visible to old chips. - Adjust the clock enable sequence in resume func and remove the clock disable in remove func. - Add the judgment on the divisor zero. - Add description of support for over-temperature reset for old chips in commit message. - Link to v1: https://lore.kernel.org/r/20260730-a9-thermal-v1-0-d786d37cba58@amlogic.com (local) --- Xianwei Zhao (2): dt-bindings: thermal: amlogic: Add A9 thermal bindings thermal: amlogic: Add support for A9 thermal controller .../bindings/thermal/amlogic,thermal.yaml | 27 ++++- drivers/thermal/amlogic_thermal.c | 121 ++++++++++++++++++++- 2 files changed, 144 insertions(+), 4 deletions(-) --- base-commit: 78bc8af4affb9a732504eb22eeac7d1e50883853 change-id: 20260703-a9-thermal-f62cef6ea91f Best regards, -- Xianwei Zhao [off-list ref]