linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
@ 2019-02-27  4:53 Sugaya Taichi
  2019-02-27 15:04 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Sugaya Taichi @ 2019-02-27  4:53 UTC (permalink / raw)
  To: linux-serial, devicetree, linux-kernel, linux-arm-kernel, soc
  Cc: Greg Kroah-Hartman, Rob Herring, Mark Rutland, Takao Orito,
	Kazuhiro Kasai, Shinji Kanematsu, Jassi Brar, Masami Hiramatsu,
	Sugaya Taichi

Add DT bindings document for Milbeaut serial driver.

Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/serial/milbeaut-uart.txt    | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/milbeaut-uart.txt

diff --git a/Documentation/devicetree/bindings/serial/milbeaut-uart.txt b/Documentation/devicetree/bindings/serial/milbeaut-uart.txt
new file mode 100644
index 0000000..3d2fb1a
--- /dev/null
+++ b/Documentation/devicetree/bindings/serial/milbeaut-uart.txt
@@ -0,0 +1,21 @@
+Socionext Milbeaut UART controller
+
+Required properties:
+- compatible: should be "socionext,milbeaut-usio-uart".
+- reg: offset and length of the register set for the device.
+- interrupts: two interrupts specifier.
+- interrupt-names: should be "rx", "tx".
+- clocks: phandle to the input clock.
+
+Optional properties:
+- auto-flow-control: flow control enable.
+
+Example:
+	usio1: usio_uart@1e700010 {
+		compatible = "socionext,milbeaut-usio-uart";
+		reg = <0x1e700010 0x10>;
+		interrupts = <0 141 0x4>, <0 149 0x4>;
+		interrupt-names = "rx", "tx";
+		clocks = <&clk 2>;
+		auto-flow-control;
+	};
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
  2019-02-27  4:53 [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description Sugaya Taichi
@ 2019-02-27 15:04 ` Greg Kroah-Hartman
  2019-02-28  2:35   ` Sugaya, Taichi
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-27 15:04 UTC (permalink / raw)
  To: Sugaya Taichi
  Cc: linux-serial, devicetree, linux-kernel, linux-arm-kernel, soc,
	Rob Herring, Mark Rutland, Takao Orito, Kazuhiro Kasai,
	Shinji Kanematsu, Jassi Brar, Masami Hiramatsu

On Wed, Feb 27, 2019 at 01:53:30PM +0900, Sugaya Taichi wrote:
> Add DT bindings document for Milbeaut serial driver.
> 
> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/serial/milbeaut-uart.txt    | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/serial/milbeaut-uart.txt

I have already queued this up in my tty tree for merging in 5.1-rc1.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
  2019-02-27 15:04 ` Greg Kroah-Hartman
@ 2019-02-28  2:35   ` Sugaya, Taichi
  0 siblings, 0 replies; 3+ messages in thread
From: Sugaya, Taichi @ 2019-02-28  2:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-serial, devicetree, linux-kernel, linux-arm-kernel, soc,
	Rob Herring, Mark Rutland, Takao Orito, Kazuhiro Kasai,
	Shinji Kanematsu, Jassi Brar, Masami Hiramatsu

Hi,

On 2019/02/28 0:04, Greg Kroah-Hartman wrote:
> On Wed, Feb 27, 2019 at 01:53:30PM +0900, Sugaya Taichi wrote:
>> Add DT bindings document for Milbeaut serial driver.
>>
>> Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com>
>> Reviewed-by: Rob Herring <robh@kernel.org>
>> ---
>>   .../devicetree/bindings/serial/milbeaut-uart.txt    | 21 +++++++++++++++++++++
>>   1 file changed, 21 insertions(+)
>>   create mode 100644 Documentation/devicetree/bindings/serial/milbeaut-uart.txt
> 
> I have already queued this up in my tty tree for merging in 5.1-rc1.
> 
> thanks,
> 
> greg k-h
> 

I see. Thank you!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-28  2:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27  4:53 [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description Sugaya Taichi
2019-02-27 15:04 ` Greg Kroah-Hartman
2019-02-28  2:35   ` Sugaya, Taichi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).