On Wed, Jan 18, 2017 at 03:20:46PM +0100, Benjamin Gaignard wrote:
Define bindings for pwm-stm32
version 8:
- reword st,breakinput description.
version 6:
- change st,breakinput parameter format to make it usuable on stm32f7 too.
version 2:
- use parameters instead of compatible of handle the hardware configuration
Signed-off-by: Benjamin Gaignard benjamin.gaignard@st.com Acked-by: Rob Herring robh@kernel.org
.../devicetree/bindings/pwm/pwm-stm32.txt | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-stm32.txt
One last nit: please use "dt-bindings: pwm:" as prefix for the patch subject. So it would read something like this:
dt-bindings: pwm: Add STM32 bindings
or similar. That's the style that's been used for a while now. I'd have fixed that up myself, but since Lee plans to take this through the MFD tree I'd like to see that fixed up before it gets applied.
With the above:
Acked-by: Thierry Reding thierry.reding@gmail.com