diff options
author | Aisheng Dong <aisheng.dong@nxp.com> | 2019-01-11 14:37:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-01-14 04:09:51 +0300 |
commit | 839eb8c7738ba835f6cf1a2190ffbb7108024160 (patch) | |
tree | 153fe6b6065faccb724b7f87240d172ea2b93c92 /Documentation/devicetree/bindings/arm | |
parent | a1a38e1f4d1d79dfbedb66148d611827c23c7c44 (diff) | |
download | linux-839eb8c7738ba835f6cf1a2190ffbb7108024160.tar.xz |
dt-bindings: arm: imx: add imx8qxp mek support
i.MX 8QuadXPlus is a quad (4x) Cortex-A35 proccessor with powerful
graphic and multimedia features.
This patch adds imx8qxp mek board support.
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index a4d625d7ff4d..d34fe0749199 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -151,6 +151,12 @@ properties: - const: compulab,cl-som-imx7 - const: fsl,imx7d + - description: i.MX8QXP based Boards + items: + - enum: + - fsl,imx8qxp-mek # i.MX8QXP MEK Board + - const: fsl,imx8qxp + - description: Freescale Vybrid Platform Device Tree Bindings |