Skip to content

Commit 6a4347f

Browse files
committed
Merge tag 'imx-bindings-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dt
i.MX dt-bindings for 6.7: - Compatibles for new boards: TQ-Systems LS1043A/LS1046A and LS1088 based boards, VAR-SOM-MX6 SoM, SolidRun LX2162A SoM & Clearfog, and phyGATE-Tauri-L board. - Add missing i.MX23 based board compatibles. * tag 'imx-bindings-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: dt-bindings: arm: fsl: Add TQ-Systems LS1088 based boards dt-bindings: arm: fsl: Add TQ-Systems LS1043A/LS1046A based boards dt-bindings: arm: Add SolidRun LX2162A SoM & Clearfog Board dt-bindings: arm: fsl: add phyGATE-Tauri-L board dt-bindings: arm: fsl: Document the missing imx23 boards dt-bindings: arm: fsl: Add VAR-SOM-MX6 SoM with Custom Board Link: https://lore.kernel.org/r/20231015132300.2268016-1-shawnguo@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents e084a30 + 3a9dd87 commit 6a4347f

1 file changed

Lines changed: 41 additions & 2 deletions

File tree

  • Documentation/devicetree/bindings/arm

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ properties:
2525
- description: i.MX23 based Boards
2626
items:
2727
- enum:
28+
- creative,x-fi3
2829
- fsl,imx23-evk
30+
- fsl,stmp378x-devb
2931
- olimex,imx23-olinuxino
32+
- sandisk,sansa_fuze_plus
3033
- const: fsl,imx23
3134

3235
- description: i.MX25 Product Development Kit
@@ -385,6 +388,12 @@ properties:
385388
- const: toradex,apalis_imx6q
386389
- const: fsl,imx6q
387390

391+
- description: i.MX6Q Variscite VAR-SOM-MX6 Boards
392+
items:
393+
- const: variscite,mx6customboard
394+
- const: variscite,var-som-imx6q
395+
- const: fsl,imx6q
396+
388397
- description: TQ-Systems TQMa6Q SoM (variant A) on MBa6x
389398
items:
390399
- const: tq,imx6q-mba6x-a
@@ -975,7 +984,9 @@ properties:
975984

976985
- description: PHYTEC phyCORE-i.MX8MM SoM based boards
977986
items:
978-
- const: phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK
987+
- enum:
988+
- phytec,imx8mm-phyboard-polis-rdk # phyBOARD-Polis RDK
989+
- phytec,imx8mm-phygate-tauri-l # phyGATE-Tauri-L Gateway
979990
- const: phytec,imx8mm-phycore-som # phyCORE-i.MX8MM SoM
980991
- const: fsl,imx8mm
981992

@@ -1389,6 +1400,13 @@ properties:
13891400
- fsl,ls1043a-qds
13901401
- const: fsl,ls1043a
13911402

1403+
- description: TQ-Systems LS1043A based Boards
1404+
items:
1405+
- enum:
1406+
- tq,ls1043a-tqmls1043a-mbls10xxa
1407+
- const: tq,ls1043a-tqmls1043a
1408+
- const: fsl,ls1043a
1409+
13921410
- description: LS1046A based Boards
13931411
items:
13941412
- enum:
@@ -1397,13 +1415,27 @@ properties:
13971415
- fsl,ls1046a-rdb
13981416
- const: fsl,ls1046a
13991417

1418+
- description: TQ-Systems LS1046A based Boards
1419+
items:
1420+
- enum:
1421+
- tq,ls1046a-tqmls1046a-mbls10xxa
1422+
- const: tq,ls1046a-tqmls1046a
1423+
- const: fsl,ls1046a
1424+
14001425
- description: LS1088A based Boards
14011426
items:
14021427
- enum:
14031428
- fsl,ls1088a-qds
14041429
- fsl,ls1088a-rdb
14051430
- const: fsl,ls1088a
14061431

1432+
- description: TQ-Systems LS1088A based Boards
1433+
items:
1434+
- enum:
1435+
- tq,ls1088a-tqmls1088a-mbls10xxa
1436+
- const: tq,ls1088a-tqmls1088a
1437+
- const: fsl,ls1088a
1438+
14071439
- description: LS2080A based Boards
14081440
items:
14091441
- enum:
@@ -1429,14 +1461,21 @@ properties:
14291461
- fsl,lx2162a-qds
14301462
- const: fsl,lx2160a
14311463

1432-
- description: SolidRun LX2160A based Boards
1464+
- description: SolidRun LX2160A CEX-7 based Boards
14331465
items:
14341466
- enum:
14351467
- solidrun,clearfog-cx
14361468
- solidrun,honeycomb
14371469
- const: solidrun,lx2160a-cex7
14381470
- const: fsl,lx2160a
14391471

1472+
- description: SolidRun LX2162A SoM based Boards
1473+
items:
1474+
- enum:
1475+
- solidrun,lx2162a-clearfog
1476+
- const: solidrun,lx2162a-som
1477+
- const: fsl,lx2160a
1478+
14401479
- description: S32G2 based Boards
14411480
items:
14421481
- enum:

0 commit comments

Comments
 (0)