Re: [PATCH v2] dt-bindings: hwmon: lm87: convert to YAML

From: Krzysztof Kozlowski
Date: Fri Oct 27 2023 - 04:02:58 EST


On 26/10/2023 10:02, Li peiyu wrote:
> Convert the lm87 hwmon sensor bindings to DT schema
>
> Signed-off-by: Li peiyu <579lpy@xxxxxxxxx>
> ---
> Changes for v2:
> - replace node name lm87 with sensor
> - replace character '\t' with spaces
>
> .../devicetree/bindings/hwmon/lm87.txt | 30 ----------
> .../devicetree/bindings/hwmon/lm87.yaml | 59 +++++++++++++++++++

...

> -- vcc-supply: a Phandle for the regulator supplying power, can be
> - configured to measure 5.0V power supply. Default is 3.3V.
> -
> -Example:
> -
> -lm87@2e {
> - compatible = "ti,lm87";
> - reg = <0x2e>;
> - has-temp3;
> - vcc-supply = <&reg_5v0>;
> -};
> diff --git a/Documentation/devicetree/bindings/hwmon/lm87.yaml b/Documentation/devicetree/bindings/hwmon/lm87.yaml
> new file mode 100644
> index 000000000000..8f4f07845d95
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/lm87.yaml

This is a friendly reminder during the review process.

It seems my previous comments were not fully addressed. Maybe my
feedback got lost between the quotes, maybe you just forgot to apply it.
Please go back to the previous discussion and either implement all
requested changes or keep discussing them.

Thank you.

> @@ -0,0 +1,59 @@

It does not look like you tested the bindings, at least after quick
look. Please run `make dt_binding_check` (see
Documentation/devicetree/bindings/writing-schema.rst for instructions).
Maybe you need to update your dtschema and yamllint.


Best regards,
Krzysztof