From: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx> Patch 1: board DT bindings Patch 2: add devicetrees Changes for v4: * Reorder enable-active-high property * Add dedicated pinctrl settings for different SDHC speed modes * Add SION bit for SDHC pinctrls as workaround for SoC erratum Changes for v3: * remove applied patches * rebase onto v6.11-rc1 Changes for v2: * remove applied patches 1 and 2 * add tags * improvements suggested by Krzysztof (thanks!) * add missing Makefile entry for DT Frieder Schrempf (2): dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board .../devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-kontron-bl-osm-s.dts | 165 +++++ .../dts/freescale/imx93-kontron-osm-s.dtsi | 628 ++++++++++++++++++ 4 files changed, 800 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-kontron-osm-s.dtsi -- 2.45.2