diff options
author | Fabio Estevam <festevam@denx.de> | 2024-09-13 23:09:05 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-10-16 11:36:50 +0300 |
commit | ef6b9bb7a4313edb4bbff836288e105b131cdd2e (patch) | |
tree | 556085c4063c61534a8b7b581e863d1609471420 | |
parent | 9da6ab2d944477cb0bccd153c1f57d6864e82eba (diff) | |
download | linux-ef6b9bb7a4313edb4bbff836288e105b131cdd2e.tar.xz |
dt-bindings: arm: fsl: Document the Comvetia LXR board
The Comvetia LXR board is based on a i.MX6Q phyFLEX-i.MX6 Quad SoM
from Phytec.
Add an entry for this board.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 19caff9e546f..12855aaa60a8 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -379,7 +379,9 @@ properties: - description: i.MX6Q PHYTEC phyFLEX-i.MX6 items: - - const: phytec,imx6q-pbab01 # PHYTEC phyFLEX carrier board + - enum: + - comvetia,imx6q-lxr # Comvetia LXR board + - phytec,imx6q-pbab01 # PHYTEC phyFLEX carrier board - const: phytec,imx6q-pfla02 # PHYTEC phyFLEX-i.MX6 Quad - const: fsl,imx6q |