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@xxxxxxxxx> > --- > .../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@xxxxxxxxxx>