Message ID | 20240813084152.25002-1-chanh@os.amperecomputing.com (mailing list archive) |
---|---|
Headers | show |
Series | Update the max31790 driver | expand |
Hi all, I dropped the "Support config PWM output becomes TACH" patch. I'm implementing and testing the "Support config PWM output become TACH" support; I'll push this feature later. Now, I'm only adding the device tree binding for the max31790 device; it is necessary for some device tree upstreams that use the "maxim,max31790" compatible. Best Regards, Chanh On 13/08/2024 15:41, Chanh Nguyen wrote: > Add device tree binding for the max31790 device. > > Changes in v2: > - Drop "driver" in the patch 1/3 commit title [Krzysztof] > - Update filename of the maxim,max31790.yaml [Krzysztof] > - Add the common fan schema to $ref [Krzysztof] > - Update the node name to "fan-controller" in maxim,max31790.yaml [Krzysztof] > - Update the vendor property name to "maxim,pwmout-pin-as-tach-input" [Rob] > Changes in v3: > - Drop redundant "bindings" in commit message [Krzysztof] > - Add the clocks and resets property to example [Krzysztof] > - Add child node refer to fan-common.yaml [Krzysztof, Conor] > - Drop "Support config PWM output become TACH" patch [Chanh] > - Drop "Add maxim,pwmout-pin-as-tach-input property" patch [Chanh] > > Chanh Nguyen (1): > dt-bindings: hwmon: Add maxim max31790 > > .../bindings/hwmon/maxim,max31790.yaml | 81 +++++++++++++++++++ > 1 file changed, 81 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml >