On Wed, Feb 21, 2024 at 06:40:23PM +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 > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Naresh Solanki <naresh.solanki@xxxxxxxxxxxxx> > Signed-off-by: Billy Tsai <billy_tsai@xxxxxxxxxxxxxx> Applied to hwmon-next. There have been a couple of questions, specifically: - min-rpm of 1000 seems low. Fans with higher minimum RPM are known to exist. - A default value of '2' was suggested for pulses-per-revolution. Those questions can be addressed with subsequent patches if needed. Guenter