From: Anson Huang <[email protected]>
This patch adds the soc & board binding for i.MX8MQ.
Signed-off-by: Anson Huang <[email protected]>
---
New patch, as I just found i.MX8MQ SoC & board binding is missed, so add this patch
based on i.MX8MN binding, so put it in same series to avoid dependency issue.
---
Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index b35abb1..f944df8 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -183,6 +183,12 @@ properties:
- fsl,imx8mn-ddr4-evk # i.MX8MN DDR4 EVK Board
- const: fsl,imx8mn
+ - description: i.MX8MQ based Boards
+ items:
+ - enum:
+ - fsl,imx8mq-evk # i.MX8MQ EVK Board
+ - const: fsl,imx8mq
+
- description: i.MX8QXP based Boards
items:
- enum:
--
2.7.4