On Thu, 15 Oct 2020 03:36:10 +0800, vijayakannan.ayyathurai@intel.com wrote:
From: Vijayakannan Ayyathurai <redacted>
Add PWM Device Tree bindings documentation for the Intel Keem Bay SoC.
Signed-off-by: Vineetha G. Jaya Kumaran <redacted>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Uwe Kleine-König <redacted>
Signed-off-by: Vijayakannan Ayyathurai <redacted>
---
.../bindings/pwm/intel,keembay-pwm.yaml | 47 +++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
My bot found errors running 'make dt_binding_check' on your patch:
./Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml:31:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
See https://patchwork.ozlabs.org/patch/1382326
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.