diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2021-03-05 16:17:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-15 07:22:08 +0300 |
commit | a6fcc75e39f12ac63051a29d9fec50aa349e6dc6 (patch) | |
tree | 153bbdc77e2673c132aac579ee6ea01e705b0753 | |
parent | b77af8ae105d71f3cf413906fa721775d7d99070 (diff) | |
download | linux-a6fcc75e39f12ac63051a29d9fec50aa349e6dc6.tar.xz |
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: |