Re: [PATCH v1 1/2] Add YAML schema for a new PWM driver

2020-05-28 Thread Rob Herring
On Fri, May 22, 2020 at 03:41:58PM +0800, Rahul Tanwar wrote: > Add DT bindings YAML schema for PWM controller driver of > Lightning Mountain(LGM) SoC. You need a better subject such as what h/w this is for. Bindings are for h/w blocks, not drivers. > > Signed-off-by: Rahul Tanwar > --- > ...

[PATCH v1 1/2] Add YAML schema for a new PWM driver

2020-05-22 Thread Rahul Tanwar
Add DT bindings YAML schema for PWM controller driver of Lightning Mountain(LGM) SoC. Signed-off-by: Rahul Tanwar --- .../devicetree/bindings/pwm/pwm-intel-lgm.yaml | 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-int