diff options
author | 2021-03-05 21:17:30 +0800 | |
---|---|---|
committer | 2021-03-15 12:22:08 +0800 | |
commit | a6fcc75e39f12ac63051a29d9fec50aa349e6dc6 (patch) | |
tree | 153bbdc77e2673c132aac579ee6ea01e705b0753 | |
parent | dt-bindings: arm: fsl: add Kontron pITX-imx8m board (diff) | |
download | linux-dev-a6fcc75e39f12ac63051a29d9fec50aa349e6dc6.tar.xz linux-dev-a6fcc75e39f12ac63051a29d9fec50aa349e6dc6.zip |
dt-bindings: arm: fsl: add imx8qm boards compatible string
Add imx8qm boards compatible string
Cc: devicetree@vger.kernel.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 9b46380d6afe..f7edbe9a6e33 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -764,6 +764,12 @@ properties: - const: zii,imx8mq-ultra - const: fsl,imx8mq + - description: i.MX8QM based Boards + items: + - enum: + - fsl,imx8qm-mek # i.MX8QM MEK Board + - const: fsl,imx8qm + - description: i.MX8QXP based Boards items: - enum: |