Re: [PATCH v11 1/2] Add DT bindings YAML schema for PWM fan controller of LGM SoC
From: Rob Herring <robh@kernel.org>
Date: 2020-08-28 21:50:53
Also in:
linux-pwm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-08-28 21:50:53
Also in:
linux-pwm, lkml
On Tue, 25 Aug 2020 13:07:05 +0800, Rahul Tanwar wrote:
Intel's LGM(Lightning Mountain) SoC contains a PWM fan controller which is only used to control the fan attached to the system. This PWM controller does not have any other consumer other than fan. Add DT bindings documentation for this PWM fan controller. Signed-off-by: Rahul Tanwar <redacted> --- .../devicetree/bindings/pwm/intel,lgm-pwm.yaml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml
Reviewed-by: Rob Herring <robh@kernel.org>