Add bindings for thermal devices on Sun Soc, converted to YAML format. Change-Id: Ie5c39b55055c8f4e2a581128afdc45399cfb0c31 Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
34 lines
724 B
YAML
34 lines
724 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/thermal/qcom-bcl-soc.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Qualcomm Technologies, Inc. PMIC State Of Charge Device
|
|
|
|
maintainers:
|
|
- Rashid Zafar <quic_rzafar@quicinc.com>
|
|
|
|
description: |
|
|
Battery state of charge driver can monitor for change in battery charge and
|
|
notify thermal framework, when the value goes below a certain threshold.
|
|
|
|
properties:
|
|
compatible:
|
|
const: qcom,msm-bcl-soc
|
|
description: msm battery state of charge device
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
|
|
examples:
|
|
- |
|
|
|
|
bcl-soc {
|
|
compatible = "qcom,msm-bcl-soc";
|
|
};
|
|
...
|