On 6/10/2026 1:01 PM, Krzysztof Kozlowski wrote:
On Tue, Jun 09, 2026 at 03:52:56PM +0530, Gaurav Kohli wrote:
Document Qualcomm PAS remoteproc thermal mitigation properties used for
QMI-based throttling.
Add:
- #cooling-cells (2 or 3)
Why 2 or 3?
thanks Krzysztof for review, will use cooling-cells 3 only as it is
backword compatible and will add why part.
>> - tmd-names (thermal mitigation device names)
Why? And where is this generic property defined? You cannot just
sprinkle generic properties in random bindings.
Ack, will add why part.
These names are matched with the thermal mitigation device identifiers
populated by remote firmware over QMI and define mitigation devices are
exposed as cooling devices.
Without tmd-names in DT, it is unclear which index corresponds to which
binding. With #cooling-cells, tmd-names in DT provides an explicit
name-to-index mapping. Please suggest.
Best regards,
Krzysztof