Re: [PATCH 1/3] dt-bindings: thermal: gs101-tmu: add Exynos850 compatible
"Rob Herring (Arm)" <[email protected]> Wed, 22 Jul 2026 10:20:19 -0500
| Newsgroups | org.kernel.vger.linux-samsung-soc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 09 Jul 2026 02:10:27 +0100, Alexey Klimov wrote: > Document the `samsung,exynos850-tmu-top` compatible string for the > Exynos850 SoC. > > Unlike the GS101, where the ACPM firmware handles most of the TMU > initialization and threshold configuration, the Exynos850 firmware > implements a significantly smaller subset of TMU IPC commands. > Consequently, the Application Processor requires broader direct > MMIO access to initialize the thermal unit, configure thresholds, > clear interrupts and collect calibration data. > > Signed-off-by: Alexey Klimov <[email protected]> > --- > .../bindings/thermal/google,gs101-tmu-top.yaml | 26 +++++++++++++++------- > 1 file changed, 18 insertions(+), 8 deletions(-) > Acked-by: Rob Herring (Arm) <[email protected]>