On Mon, 08 Jan 2024 15:43:46 +0800, Billy Tsai 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> > --- > .../devicetree/bindings/hwmon/fan-common.yaml | 79 +++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/fan-common.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>