diff options
author | 2024-09-13 17:09:05 -0300 | |
---|---|---|
committer | 2024-10-16 16:36:50 +0800 | |
commit | ef6b9bb7a4313edb4bbff836288e105b131cdd2e (patch) | |
tree | 556085c4063c61534a8b7b581e863d1609471420 | |
parent | dt-bindings: vendor-prefixes: Add an entry for ComVetia AG (diff) | |
download | wireguard-linux-ef6b9bb7a4313edb4bbff836288e105b131cdd2e.tar.xz wireguard-linux-ef6b9bb7a4313edb4bbff836288e105b131cdd2e.zip |
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>
Diffstat (limited to '')
-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 |