summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt
AgeCommit message (Collapse)AuthorFilesLines
2015-05-05thermal: Add QPNP PMIC temperature alarm driverIvan T. Ivanov1-0/+57
Add support for the temperature alarm peripheral found inside Qualcomm plug-and-play (QPNP) PMIC chips. The temperature alarm peripheral outputs a pulse on an interrupt line whenever the thermal over temperature stage value changes. Register a thermal sensor. The temperature reported by this thermal sensor device should reflect the actual PMIC die temperature if an ADC is present on the given PMIC. If no ADC is present, then the reported temperature should be estimated from the over temperature stage value. Cc: David Collins <collinsd@codeaurora.org> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>