From: Peng Fan <[email protected]>
Add the board imx93-11x11-evk in the binding docuemnt.
Signed-off-by: Peng Fan <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index b8b0efa55339..391f92282453 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -910,6 +910,11 @@ properties:
- toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules
- const: fsl,imx8mp
+ - description: i.MX93 based Boards
+ items:
+ - const: fsl,imx93-11x11-evk # i.MX93 11x11 EVK Board
+ - const: fsl,imx93
+
- description: PHYTEC phyCORE-i.MX8MP SoM based boards
items:
- const: phytec,imx8mp-phyboard-pollux-rdk # phyBOARD-Pollux RDK
--
2.25.1
On Sat, May 07, 2022 at 02:53:06PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Add the board imx93-11x11-evk in the binding docuemnt.
>
> Signed-off-by: Peng Fan <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index b8b0efa55339..391f92282453 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -910,6 +910,11 @@ properties:
> - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules
> - const: fsl,imx8mp
>
> + - description: i.MX93 based Boards
> + items:
> + - const: fsl,imx93-11x11-evk # i.MX93 11x11 EVK Board
> + - const: fsl,imx93
> +
It breaks the order of the list. Should be added after
"i.MX8ULP based Board" entry, I think.
Shawn
> - description: PHYTEC phyCORE-i.MX8MP SoM based boards
> items:
> - const: phytec,imx8mp-phyboard-pollux-rdk # phyBOARD-Pollux RDK
> --
> 2.25.1
>