Re: [PATCH v2 12/18] dt-bindings: Document the STM32 USART bindings

2015-03-10 Thread Maxime Coquelin
2015-03-10 16:08 GMT+01:00 Arnd Bergmann : > On Friday 20 February 2015 19:01:11 Maxime Coquelin wrote: >> + >> +Example: >> +usart1: usart@40011000 { >> + compatible = "st,stm32-usart"; >> > > Please use generic node names everywhere. The standard name for a serial > port is "serial". I alr

Re: [PATCH v2 12/18] dt-bindings: Document the STM32 USART bindings

2015-03-10 Thread Arnd Bergmann
On Friday 20 February 2015 19:01:11 Maxime Coquelin wrote: > + > +Example: > +usart1: usart@40011000 { > + compatible = "st,stm32-usart"; > Please use generic node names everywhere. The standard name for a serial port is "serial". Arnd -- To unsubscribe from this list: send the lin

[PATCH v2 12/18] dt-bindings: Document the STM32 USART bindings

2015-02-20 Thread Maxime Coquelin
This adds documentation of device tree bindings for the STM32 USART Signed-off-by: Maxime Coquelin --- .../devicetree/bindings/serial/st,stm32-usart.txt | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/st,stm32-usart.txt