Add the max31790 binding document and support maxim,pwmout-pin-as-tach-input vendor property 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] Chanh Nguyen (3): dt-bindings: hwmon: Add maxim max31790 bindings hwmon: (max31790): Support config PWM output becomes TACH dt-bindings: hwmon: max31790: Add maxim,pwmout-pin-as-tach-input property .../bindings/hwmon/maxim,max31790.yaml | 63 +++++++++++++++++++ drivers/hwmon/max31790.c | 31 +++++++++ 2 files changed, 94 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/maxim,max31790.yaml -- 2.17.1