Re: [PATCH v8.1, 2/7] dt-bindings: thermal: Add binding document for LVTS thermal controllers

From: Nícolas F. R. A. Prado
Date: Thu Aug 04 2022 - 19:11:31 EST


On Thu, Aug 04, 2022 at 03:09:07PM +0200, bchihi@xxxxxxxxxxxx wrote:
> From: Alexandre Bailon <abailon@xxxxxxxxxxxx>
>
> This patch adds dt-binding documents for mt8192 and mt8195 thermal controllers.
>
> Signed-off-by: Alexandre Bailon <abailon@xxxxxxxxxxxx>
> Signed-off-by: Balsam CHIHI <bchihi@xxxxxxxxxxxx>
> ---
> .../thermal/mediatek,lvts-thermal.yaml | 77 +++++++++++++++++++
> 1 file changed, 77 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml
>
> diff --git a/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml b/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml
> new file mode 100644
> index 000000000000..53c44a73f3a4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml
[..]
> + nvmem-cells:

minItems: 1

since mt8192 only has one of them.

> + items:
> + - description: LVTS calibration data 1 for thermal sensors
> + - description: LVTS calibration data 2 for thermal sensors
> +
> + nvmem-cell-names:

Ditto.

Thanks,
Nícolas

> + items:
> + - const: lvts_calib_data1
> + - const: lvts_calib_data2
[..]