Re: [PATCH v1 1/7] dt-bindings: thermal: Add binding for Tegra30 thermal sensor
From: Rob Herring <robh@kernel.org>
Date: 2021-05-17 21:36:00
Also in:
linux-tegra, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-05-17 21:36:00
Also in:
linux-tegra, lkml
On Tue, 11 May 2021 01:38:10 +0300, Dmitry Osipenko wrote:
All NVIDIA Tegra30 SoCs have on-chip sensors which monitor temperature and voltage of the SoC. Sensors also controls CPU x2 freq throttle and emits emergency shutdown signal. TSENSOR has has two separate channels for each sensor placed in a different parts of the SoC. Add binding for the sensor hardware. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- .../thermal/nvidia,tegra30-tsensor.yaml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra30-tsensor.yaml
Reviewed-by: Rob Herring <robh@kernel.org>