Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'imx-bindings-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dt

i.MX dt-bindings update for 6.6:

- Add new compatibles for various i.MX based boards: DEBIX, TQMa93xxLA,
Gateworks i.MX8M, etc.

* tag 'imx-bindings-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
dt-bindings: arm: Add Polyhex DEBIX SOM A based boards
dt-bindings: arm: fsl: fix DEBIX binding
dt-bindings: arm: fsl: add TQ-Systems LS1021A board
dt-bindings: arm: Add Gateworks i.MX8M Plus gw73xx-2x board
dt-bindings: arm: Add Gateworks i.MX8M Plus gw72xx-2x board
dt-bindings: arm: Add Gateworks i.MX8M Plus gw71xx-2x board
dt-bindings: arm: Add Gateworks i.MX8M Mini GW7905-0x board
dt-bindings: arm: add TQMa93xxLA SOM

Link: https://lore.kernel.org/r/20230813133354.847010-3-shawnguo@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+47 -2
+47 -2
Documentation/devicetree/bindings/arm/fsl.yaml
··· 909 909 - fsl,imx8mm-evk # i.MX8MM EVK Board 910 910 - fsl,imx8mm-evkb # i.MX8MM EVKB Board 911 911 - gateworks,imx8mm-gw7904 912 + - gateworks,imx8mm-gw7905-0x # i.MX8MM Gateworks Board 912 913 - gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit 913 914 - gw,imx8mm-gw72xx-0x # i.MX8MM Gateworks Development Kit 914 915 - gw,imx8mm-gw73xx-0x # i.MX8MM Gateworks Development Kit ··· 1032 1031 - beacon,imx8mp-beacon-kit # i.MX8MP Beacon Development Kit 1033 1032 - dmo,imx8mp-data-modul-edm-sbc # i.MX8MP eDM SBC 1034 1033 - fsl,imx8mp-evk # i.MX8MP EVK Board 1034 + - gateworks,imx8mp-gw71xx-2x # i.MX8MP Gateworks Board 1035 + - gateworks,imx8mp-gw72xx-2x # i.MX8MP Gateworks Board 1036 + - gateworks,imx8mp-gw73xx-2x # i.MX8MP Gateworks Board 1035 1037 - gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board 1036 1038 - gateworks,imx8mp-gw7905-2x # i.MX8MP Gateworks Board 1037 - - polyhex,imx8mp-debix # Polyhex Debix boards 1038 - - polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board 1039 1039 - toradex,verdin-imx8mp # Verdin iMX8M Plus Modules 1040 1040 - toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Modules without Wi-Fi / BT 1041 1041 - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules ··· 1068 1066 items: 1069 1067 - const: phytec,imx8mp-phyboard-pollux-rdk # phyBOARD-Pollux RDK 1070 1068 - const: phytec,imx8mp-phycore-som # phyCORE-i.MX8MP SoM 1069 + - const: fsl,imx8mp 1070 + 1071 + - description: Polyhex DEBIX i.MX8MP based SBCs 1072 + items: 1073 + - enum: 1074 + - polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board 1075 + - const: polyhex,imx8mp-debix # Polyhex i.MX8MP Debix SBCs 1076 + - const: fsl,imx8mp 1077 + 1078 + - description: Polyhex DEBIX i.MX8MP SOM A based boards 1079 + items: 1080 + - enum: 1081 + - polyhex,imx8mp-debix-som-a-bmb-08 # Polyhex Debix SOM A on SOM A I/O board 1082 + - const: polyhex,imx8mp-debix-som-a # Polyhex Debix SOM A 1071 1083 - const: fsl,imx8mp 1072 1084 1073 1085 - description: Toradex Boards with Verdin iMX8M Plus Modules ··· 1236 1220 - const: fsl,imxrt1170 1237 1221 1238 1222 - description: 1223 + TQMa93xxLA and TQMa93xxCA are two series of feature compatible SOM 1224 + using NXP i.MX93 SOC in 11x11 mm package. 1225 + TQMa93xxLA is designed to be soldered on different carrier boards. 1226 + TQMa93xxCA is a compatible variant using board to board connectors. 1227 + All SOM and CPU variants use the same device tree hence only one 1228 + compatible is needed. Bootloader disables all features not present 1229 + in the assembled SOC. 1230 + MBa93xxCA mainboard can be used as starterkit for the SOM 1231 + soldered on an adapter board or for the connector variant 1232 + MBa93xxLA mainboard is a single board computer using the solderable 1233 + SOM variant 1234 + items: 1235 + - enum: 1236 + - tq,imx93-tqma9352-mba93xxca # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM on MBa93xxCA 1237 + - tq,imx93-tqma9352-mba93xxla # TQ-Systems GmbH i.MX93 TQMa93xxLA SOM on MBa93xxLA SBC 1238 + - const: tq,imx93-tqma9352 # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM 1239 + - const: fsl,imx93 1240 + 1241 + - description: 1239 1242 Freescale Vybrid Platform Device Tree Bindings 1240 1243 1241 1244 For the Vybrid SoC familiy all variants with DDR controller are supported, ··· 1322 1287 - fsl,ls1021a-qds 1323 1288 - fsl,ls1021a-tsn 1324 1289 - fsl,ls1021a-twr 1290 + - const: fsl,ls1021a 1291 + 1292 + - description: 1293 + TQ-Systems TQMLS102xA is a series of socketable SOM featuring 1294 + LS102x system-on-chip variants. MBLS102xA mainboard can be used as 1295 + starterkit. 1296 + items: 1297 + - enum: 1298 + - tq,ls1021a-tqmls1021a-mbls102xa 1299 + - const: tq,ls1021a-tqmls1021a 1325 1300 - const: fsl,ls1021a 1326 1301 1327 1302 - description: LS1028A based Boards