linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] thermal: k3: Add support for bandgap sensors
@ 2020-02-13 10:24 Keerthy
  2020-02-13 10:24 ` [PATCH 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation Keerthy
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Keerthy @ 2020-02-13 10:24 UTC (permalink / raw)
  To: rui.zhang, robh+dt, daniel.lezcano
  Cc: j-keerthy, amit.kucheria, t-kristo, devicetree, linux-kernel,
	linux-arm-kernel, linux-pm, mark.rutland

Add VTM thermal support. In the Voltage Thermal
Management Module(VTM), K3 AM654 supplies a voltage
reference and a temperature sensor feature that are gathered in the band
gap voltage and temperature sensor (VBGAPTS) module. The band
gap provides current and voltage reference for its internal
circuits and other analog IP blocks. The analog-to-digital
converter (ADC) produces an output value that is proportional
to the silicon temperature.

Add support for bandgap sensors. Currently reading temperatures
and trend computing is supported. 

Keerthy (4):
  dt-bindings: thermal: k3: Add VTM bindings documentation
  thermal: k3: Add support for bandgap sensors
  arm64: dts: ti: am654: Add thermal zones
  arm64: dts: ti: am6: Add VTM node

 .../bindings/thermal/ti,am654-thermal.yaml    |  59 +++
 .../boot/dts/ti/am654-industrial-thermal.dtsi |  45 +++
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi    |  11 +
 drivers/thermal/Kconfig                       |  12 +
 drivers/thermal/Makefile                      |   1 +
 drivers/thermal/k3_bandgap.c                  | 342 ++++++++++++++++++
 6 files changed, 470 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/ti,am654-thermal.yaml
 create mode 100644 arch/arm64/boot/dts/ti/am654-industrial-thermal.dtsi
 create mode 100644 drivers/thermal/k3_bandgap.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-02-24  1:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 10:24 [PATCH 0/4] thermal: k3: Add support for bandgap sensors Keerthy
2020-02-13 10:24 ` [PATCH 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation Keerthy
2020-02-13 20:47   ` Rob Herring
2020-02-14  6:25     ` Keerthy
2020-02-13 10:24 ` [PATCH 2/4] thermal: k3: Add support for bandgap sensors Keerthy
2020-02-20 22:13   ` Daniel Lezcano
2020-02-24  1:16     ` J, KEERTHY
2020-02-13 10:24 ` [PATCH 3/4] arm64: dts: ti: am654: Add thermal zones Keerthy
2020-02-13 11:01   ` Lokesh Vutla
2020-02-13 11:10     ` Keerthy
2020-02-13 10:24 ` [PATCH 4/4] arm64: dts: ti: am6: Add VTM node Keerthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).