dts: Update STM32 PWM device tree binding/nodes for #pwm-cells

Add #pwm-cells to the STM32 PWM binding and dts files.  This is to
support have a pwms clients work properly.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-11-01 12:12:50 -05:00 committed by Maureen Helm
commit 944f3a90ec
19 changed files with 97 additions and 0 deletions

View file

@ -20,6 +20,7 @@
status = "disabled";
st,prescaler = <10000>;
label = "PWM_1";
#pwm-cells = <2>;
};
};
};