Re: [PATCH v3] dt-bindings: thermal: convert hisilicon-thermal.txt to dt-schema
From: Krzysztof Kozlowski
Date: Mon Jun 17 2024 - 11:55:36 EST
On 17/06/2024 16:17, Abdulrasaq Lawani wrote:
> Convert the hisilicon SoCs tsensor txt bindings to dt-schema
>
> Signed-off-by: Abdulrasaq Lawani <abdulrasaqolawani@xxxxxxxxx>
...
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - '#thermal-sensor-cells'
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/clock/hi6220-clock.h>
> + #include <dt-bindings/interrupt-controller/arm-gic.h>
> +
> + temperature-sensor@f7030700 {
> + compatible = "hisilicon,tsensor";
Still not correct indentation. See writing-schema document.
Use 4 spaces for example indentation.
Best regards,
Krzysztof