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:
parent
140863f6a7
commit
944f3a90ec
19 changed files with 97 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
status = "disabled";
|
||||
st,prescaler = <10000>;
|
||||
label = "PWM_1";
|
||||
#pwm-cells = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue