Re: [PATCH v6 08/11] dt-bindings: serial: Document RDA Micro UART

2018-12-18 Thread Manivannan Sadhasivam
On Tue, Dec 18, 2018 at 08:54:43AM -0600, Rob Herring wrote:
> On Tue, Dec 18, 2018 at 01:35:24PM +0530, Manivannan Sadhasivam wrote:
> > From: Andreas Färber 
> > 
> > Add an initial binding for the UART in RDA Micro RDA8810PL SoC.
> > 
> > Signed-off-by: Andreas Färber 
> > Signed-off-by: Manivannan Sadhasivam 
> > ---
> >  .../bindings/serial/rda,8810pl-uart.txt | 17 +
> >  1 file changed, 17 insertions(+)
> >  create mode 100644 
> > Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
> 
> Please add acks/reviewed-bys when posting new versions.
>

Hi Rob,

Sorry for that. I missed your Reviewed-by tag here. Will add it in the
next iteration which I'm going to send to ARM SoC list.

Regards,
Mani

> Rob


Re: [PATCH v6 08/11] dt-bindings: serial: Document RDA Micro UART

2018-12-18 Thread Rob Herring
On Tue, Dec 18, 2018 at 01:35:24PM +0530, Manivannan Sadhasivam wrote:
> From: Andreas Färber 
> 
> Add an initial binding for the UART in RDA Micro RDA8810PL SoC.
> 
> Signed-off-by: Andreas Färber 
> Signed-off-by: Manivannan Sadhasivam 
> ---
>  .../bindings/serial/rda,8810pl-uart.txt | 17 +
>  1 file changed, 17 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt

Please add acks/reviewed-bys when posting new versions.

Rob


[PATCH v6 08/11] dt-bindings: serial: Document RDA Micro UART

2018-12-18 Thread Manivannan Sadhasivam
From: Andreas Färber 

Add an initial binding for the UART in RDA Micro RDA8810PL SoC.

Signed-off-by: Andreas Färber 
Signed-off-by: Manivannan Sadhasivam 
---
 .../bindings/serial/rda,8810pl-uart.txt | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt

diff --git a/Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt 
b/Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
new file mode 100644
index ..a08df97a69e6
--- /dev/null
+++ b/Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
@@ -0,0 +1,17 @@
+RDA Micro UART
+
+Required properties:
+- compatible :  "rda,8810pl-uart" for RDA8810PL SoCs.
+- reg:  Offset and length of the register set for the device.
+- interrupts :  Should contain UART interrupt.
+- clocks :  Phandle to the input clock.
+
+
+Example:
+
+   uart2: serial@20a9 {
+   compatible = "rda,8810pl-uart";
+   reg = <0x20a9 0x1000>;
+   interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
+   clocks = <_clk>;
+   };
-- 
2.17.1