On Wed, 07 Aug 2024 10:48:25 +0200, Mateusz Majewski wrote:
The number of supported trip points was only limited by the driver
implementation at the time, which mapped each trip point defined in the
devicetree source file to a hardware trip point. An implementation that
does not have this limitation is possible; indeed, that is how the
driver works currently. Therefore, this information should be removed
from the bindings description, which are meant to be independent of
the details of the driver implementation.
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Mateusz Majewski <redacted>
---
v2 -> v3: reword the commit message to be easier to understand in
context of dt-bindings.
v1 -> v2: remove an unnecessary sentence.
.../devicetree/bindings/thermal/samsung,exynos-thermal.yaml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>