From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:41900 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbfDCJbj (ORCPT ); Wed, 3 Apr 2019 05:31:39 -0400 Date: Wed, 3 Apr 2019 16:31:33 +0700 From: Shawn Guo Subject: Re: [PATCH 2/2] Documentation: DT: Add entry for DPAA2 console Message-ID: <20190403093132.GD7932@X250> References: <1553628194-25119-1-git-send-email-ioana.ciornei@nxp.com> <1553628194-25119-3-git-send-email-ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1553628194-25119-3-git-send-email-ioana.ciornei@nxp.com> Sender: devicetree-owner@vger.kernel.org To: Ioana Ciornei Cc: Leo Li , "devicetree@vger.kernel.org" List-ID: On Tue, Mar 26, 2019 at 07:23:31PM +0000, Ioana Ciornei wrote: > This patch adds a devicetree binding documentation for > FSL's DPAA2 console. > > Signed-off-by: Ioana Ciornei > --- > Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt | 11 +++++++++++ > MAINTAINERS | 1 + > 2 files changed, 12 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt > > diff --git a/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt > new file mode 100644 > index 000000000000..1442ba5d2d98 > --- /dev/null > +++ b/Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt > @@ -0,0 +1,11 @@ > +DPAA2 console support > + > +Required properties: > + > + - compatible > + Value type: > + Definition: Must be "fsl,dpaa2-console". > + - reg > + Value type: > + Definition: A standard property. Specifies the region where the MCFBA > + (MC firmware base address) register can be found. Which kernel driver is using the bindings? Shawn