diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2019-06-17 15:52:15 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-18 15:18:50 +0200 |
commit | e126417ff1b172cba599d39e3e8583bf12e651eb (patch) | |
tree | 773a7e052e52bb1e74cda83f5a3b47741600f93e /Documentation | |
parent | dt-bindings: Add an entry for Purism SPC (diff) | |
download | linux-e126417ff1b172cba599d39e3e8583bf12e651eb.tar.xz linux-e126417ff1b172cba599d39e3e8583bf12e651eb.zip |
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>
Diffstat (limited to 'Documentation')
-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: |