Re: [(RFC) PATCH v2 7/7] soc: qcom: aoss-qmp: Add cooling device support

From: Rob Herring
Date: Fri Jan 11 2019 - 17:11:34 EST


On Sun, Jan 06, 2019 at 12:09:15AM -0800, Bjorn Andersson wrote:
> The AOSS provides three cooling devices "cx", "mx" and "ebi" that must
> be enabled when temperature goes below a certain level to counter low
> temperature issues. Probe these devices, when described in DeviceTree.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> ---
>
> We do not yet have the necessary support in the thermal framework to implement
> the cooling device associated with the QMP, so I've just included this patch as
> an RFC in this series.

I'd be fine if you include the binding part now. Looks fine to me.

>
> .../bindings/soc/qcom/qcom,aoss-qmp.txt | 18 ++++++++++
> drivers/soc/qcom/aoss-qmp.c | 36 +++++++++++++++++++
> 2 files changed, 54 insertions(+)