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

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

i.MX DT bindings for 6.11:

- Add compatible string for various new boards
- Drop Li Yang as maintainer for bindings as his email bounces

* tag 'imx-bindings-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
dt-bindings: arm: fsl: document Kontron SMARC-sAMX6i boards
dt-bindings: arm: add MBa8MP-RAS314 SBC
dt-bindings: arm: fsl: add i.MX93 9x9 QSB board
dt-bindings: arm: fsl: add i.MX95 19x19 EVK board
dt-bindings: arm: fsl: Document Compulab IOT-GATE-iMX8
dt-bindings: Drop Li Yang as maintainer for all bindings

Link: https://lore.kernel.org/r/20240702142153.413061-2-shawnguo2@yeah.net
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+29 -6
+29 -3
Documentation/devicetree/bindings/arm/fsl.yaml
··· 8 8 9 9 maintainers: 10 10 - Shawn Guo <shawnguo@kernel.org> 11 - - Li Yang <leoyang.li@nxp.com> 12 11 13 12 properties: 14 13 $nodename: ··· 362 363 - const: gw,ventana 363 364 - const: fsl,imx6q 364 365 366 + - description: i.MX6Q Kontron SMARC-sAMX6i on SMARC Eval Carrier 2.0 367 + items: 368 + - const: kontron,imx6q-samx6i-ads2 369 + - const: kontron,imx6q-samx6i 370 + - const: fsl,imx6q 371 + 365 372 - description: i.MX6Q PHYTEC phyBOARD-Mira 366 373 items: 367 374 - enum: ··· 547 542 - gw,imx6dl-gw5912 548 543 - gw,imx6dl-gw5913 549 544 - const: gw,ventana 545 + - const: fsl,imx6dl 546 + 547 + - description: i.MX6DL Kontron SMARC-sAMX6i on SMARC Eval Carrier 2.0 548 + items: 549 + - const: kontron,imx6dl-samx6i-ads2 550 + - const: kontron,imx6dl-samx6i 550 551 - const: fsl,imx6dl 551 552 552 553 - description: i.MX6DL PHYTEC phyBOARD-Mira ··· 957 946 - prt,prt8mm # i.MX8MM Protonic PRT8MM Board 958 947 - const: fsl,imx8mm 959 948 949 + - description: Compulab i.MX8MM UCM SoM based boards 950 + items: 951 + - enum: 952 + - compulab,imx8mm-iot-gateway # i.MX8MM Compulab IoT-Gateway 953 + - const: compulab,imx8mm-ucm-som # i.MX8MM Compulab UCM SoM 954 + - const: fsl,imx8mm 955 + 960 956 - description: Emtop i.MX8MM based Boards 961 957 items: 962 958 - const: ees,imx8mm-emtop-baseboard # i.MX8MM Emtop SoM on i.MX8M Mini Baseboard V1 ··· 1163 1145 version as an industrial computing device. 1164 1146 items: 1165 1147 - enum: 1166 - - tq,imx8mp-tqma8mpql-mba8mpxl # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM on MBa8MPxL 1167 - - const: tq,imx8mp-tqma8mpql # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM 1148 + - tq,imx8mp-tqma8mpql-mba8mpxl # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM on MBa8MPxL 1149 + - tq,imx8mp-tqma8mpql-mba8mp-ras314 # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM on MBa8MP-RAS314 1150 + - const: tq,imx8mp-tqma8mpql # TQ-Systems GmbH i.MX8MP TQMa8MPQL SOM 1168 1151 - const: fsl,imx8mp 1169 1152 1170 1153 - description: i.MX8MQ based Boards ··· 1291 1272 - description: i.MX93 based Boards 1292 1273 items: 1293 1274 - enum: 1275 + - fsl,imx93-9x9-qsb # i.MX93 9x9 QSB Board 1294 1276 - fsl,imx93-11x11-evk # i.MX93 11x11 EVK Board 1295 1277 - const: fsl,imx93 1278 + 1279 + - description: i.MX95 based Boards 1280 + items: 1281 + - enum: 1282 + - fsl,imx95-19x19-evk # i.MX95 19x19 EVK Board 1283 + - const: fsl,imx95 1296 1284 1297 1285 - description: i.MXRT1050 based Boards 1298 1286 items:
-1
Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml
··· 8 8 9 9 maintainers: 10 10 - Shawn Guo <shawnguo@kernel.org> 11 - - Li Yang <leoyang.li@nxp.com> 12 11 13 12 description: | 14 13 Some Layerscape SOCs (LS1021A, LS1043A, LS1046A LS1088A, LS208xA,
-1
Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml
··· 8 8 9 9 maintainers: 10 10 - Shawn Guo <shawnguo@kernel.org> 11 - - Li Yang <leoyang.li@nxp.com> 12 11 13 12 description: | 14 13 DCFG is the device configuration unit, that provides general purpose
-1
Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml
··· 8 8 9 9 maintainers: 10 10 - Shawn Guo <shawnguo@kernel.org> 11 - - Li Yang <leoyang.li@nxp.com> 12 11 13 12 description: | 14 13 SCFG is the supplemental configuration unit, that provides SoC specific