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@xxxxxxx> > --- > 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@xxxxxxx> > L: linuxppc-dev@xxxxxxxxxxxxxxxx > L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > 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 >