diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2019-06-17 07:52:15 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 21:18:50 +0800 |
commit | e126417ff1b172cba599d39e3e8583bf12e651eb (patch) | |
tree | 773a7e052e52bb1e74cda83f5a3b47741600f93e | |
parent | ac013c7e2dc256dad465da539f7b072167770018 (diff) |
dt-bindings: arm: fsl: Add the imx8mq boards
Add an entry for imx8mq based boards
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index c82e0185227c..113f148edf86 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -178,6 +178,13 @@ properties: - fsl,imx8mm-evk # i.MX8MM EVK Board - const: fsl,imx8mm + - description: i.MX8MQ based Boards + items: + - enum: + - fsl,imx8mq-evk # i.MX8MQ EVK Board + - purism,librem5-devkit # Purism Librem5 devkit + - const: fsl,imx8mq + - description: i.MX8QXP based Boards items: - enum: |