diff mbox series

[2/2] Documentation: DT: Add entry for DPAA2 console

Message ID 1553628194-25119-3-git-send-email-ioana.ciornei@nxp.com
State Not Applicable, archived
Headers show
Series arm64: dts: add fsl-dpaa2-console node | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Ioana Ciornei March 26, 2019, 7:23 p.m. UTC
This patch adds a devicetree binding documentation for
FSL's DPAA2 console.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 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

Comments

Rob Herring March 31, 2019, 6:42 a.m. UTC | #1
On Tue, 26 Mar 2019 19:23:31 +0000, Ioana Ciornei wrote:
> This patch adds a devicetree binding documentation for
> FSL's DPAA2 console.
> 
> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> ---
>  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
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Shawn Guo April 3, 2019, 9:23 a.m. UTC | #2
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 <ioana.ciornei@nxp.com>
> ---
>  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: <string>
> +        Definition: Must be "fsl,dpaa2-console".
> +    - reg
> +        Value type: <prop-encoded-array>
> +        Definition: A standard property.  Specifies the region where the MCFBA
> +                    (MC firmware base address) register can be found.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 32d444476a90..aed85fc7c783 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6127,6 +6127,7 @@ M:	Li Yang <leoyang.li@nxp.com>
>  L:	linuxppc-dev@lists.ozlabs.org
>  L:	linux-arm-kernel@lists.infradead.org
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
>  F:	Documentation/devicetree/bindings/soc/fsl/
>  F:	drivers/soc/fsl/
>  F:	include/linux/fsl/

I think the MAINTAINERS change should be a separate patch to be handled
by Leo.

Shawn

> -- 
> 1.9.1
>
Shawn Guo April 3, 2019, 9:31 a.m. UTC | #3
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 <ioana.ciornei@nxp.com>
> ---
>  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: <string>
> +        Definition: Must be "fsl,dpaa2-console".
> +    - reg
> +        Value type: <prop-encoded-array>
> +        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
Leo Li April 3, 2019, 4:59 p.m. UTC | #4
On Wed, Apr 3, 2019 at 4:32 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> 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 <ioana.ciornei@nxp.com>
> > ---
> >  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: <string>
> > +        Definition: Must be "fsl,dpaa2-console".
> > +    - reg
> > +        Value type: <prop-encoded-array>
> > +        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?

The driver is submitted here at https://lkml.org/lkml/2019/3/26/1074,
probably I can take this patch together with the driver after I
finished reviewing it.

Regards,
Leo
Leo Li April 8, 2019, 8:21 p.m. UTC | #5
On Sun, Mar 31, 2019 at 1:43 AM Rob Herring <robh@kernel.org> wrote:
>
> On Tue, 26 Mar 2019 19:23:31 +0000, Ioana Ciornei wrote:
> > This patch adds a devicetree binding documentation for
> > FSL's DPAA2 console.
> >
> > Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
> > ---
> >  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
> >
>
> Reviewed-by: Rob Herring <robh@kernel.org>
>

Applied for next.  Thanks.

Regards,
Leo
diff mbox series

Patch

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: <string>
+        Definition: Must be "fsl,dpaa2-console".
+    - reg
+        Value type: <prop-encoded-array>
+        Definition: A standard property.  Specifies the region where the MCFBA
+                    (MC firmware base address) register can be found.
diff --git a/MAINTAINERS b/MAINTAINERS
index 32d444476a90..aed85fc7c783 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6127,6 +6127,7 @@  M:	Li Yang <leoyang.li@nxp.com>
 L:	linuxppc-dev@lists.ozlabs.org
 L:	linux-arm-kernel@lists.infradead.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
 F:	Documentation/devicetree/bindings/soc/fsl/
 F:	drivers/soc/fsl/
 F:	include/linux/fsl/