diff options
author | Ioana Ciornei | 2019-03-26 20:23:31 +0100 |
---|---|---|
committer | Li Yang | 2019-05-20 21:28:15 +0200 |
commit | bbc9be3ac8ab022061e7cfcc050ae02240144ba1 (patch) | |
tree | 6306553ac93c587e46f22090d9c7078b874e3c94 /Documentation/devicetree | |
parent | soc: fsl: guts: Add definition for LX2160A (diff) | |
download | kernel-qcow2-linux-bbc9be3ac8ab022061e7cfcc050ae02240144ba1.tar.gz kernel-qcow2-linux-bbc9be3ac8ab022061e7cfcc050ae02240144ba1.tar.xz kernel-qcow2-linux-bbc9be3ac8ab022061e7cfcc050ae02240144ba1.zip |
Documentation: DT: Add entry for DPAA2 console
This patch adds a devicetree binding documentation for
FSL's DPAA2 console.
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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. |