From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH v2 06/10] dt-bindings: serial: Add bindings for nvidia,tegra194-tcu Date: Tue, 13 Nov 2018 09:39:08 +0000 Message-ID: References: <20181112151853.29289-1-thierry.reding@gmail.com> <20181112151853.29289-7-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181112151853.29289-7-thierry.reding@gmail.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Thierry Reding , Jassi Brar , Greg Kroah-Hartman Cc: devicetree@vger.kernel.org, Mika Liljeberg , Mikko Perttunen , Timo Alho , linux-serial@vger.kernel.org, Jiri Slaby , linux-tegra@vger.kernel.org, Pekka Pessi , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 12/11/2018 15:18, Thierry Reding wrote: > From: Mikko Perttunen > > Add bindings for the Tegra Combined UART device used to talk to the > UART console on Tegra194 systems. > > Signed-off-by: Mikko Perttunen > Reviewed-by: Rob Herring > Acked-by: Jon Hunter > Acked-by: Thierry Reding > Signed-off-by: Thierry Reding > --- > .../bindings/serial/nvidia,tegra194-tcu.txt | 35 +++++++++++++++++++ > 1 file changed, 35 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt > > diff --git a/Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt b/Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt > new file mode 100644 > index 000000000000..085a8591accd > --- /dev/null > +++ b/Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt > @@ -0,0 +1,35 @@ > +NVIDIA Tegra Combined UART (TCU) > + > +The TCU is a system for sharing a hardware UART instance among multiple > +systems within the Tegra SoC. It is implemented through a mailbox- > +based protocol where each "virtual UART" has a pair of mailboxes, one > +for transmitting and one for receiving, that is used to communicate > +with the hardware implementing the TCU. > + > +Required properties: > +- name : Should be tcu > +- compatible > + Array of strings > + One of: > + - "nvidia,tegra194-tcu" > +- mbox-names: > + "rx" - Mailbox for receiving data from hardware UART > + "tx" - Mailbox for transmitting data to hardware UART > +- mboxes: Mailboxes corresponding to the mbox-names. Looks like there is some trailing white-space in the above line and git warns after applying this patch. Cheers Jon -- nvpublic