Re: [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema

From: Rob Herring
Date: Wed Jan 03 2024 - 19:16:04 EST


On Fri, Dec 22, 2023 at 09:33:50AM +0800, baneric926@xxxxxxxxx wrote:
> From: Naresh Solanki <naresh.solanki@xxxxxxxxxxxxx>
>
> Add common fan properties bindings to a schema.
>
> Bindings for fan controllers can reference the common schema for the
> fan
>
> child nodes:
>
> patternProperties:
> "^fan@[0-2]":
> type: object
> $ref: fan-common.yaml#
> unevaluatedProperties: false
>
> Signed-off-by: Naresh Solanki <naresh.solanki@xxxxxxxxxxxxx>
> Signed-off-by: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx>
> Signed-off-by: Ban Feng <kcfeng0@xxxxxxxxxxx>
> ---
> .../devicetree/bindings/hwmon/fan-common.yaml | 76 +++++++++++++++++++
> 1 file changed, 76 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/fan-common.yaml

Please implement my comments on v10.

Rob