Message ID | 20240813084934.46004-1-frieder@fris.de (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Kontron OSM-S i.MX93 SoM and carrier board | expand |
On Tue, Aug 13, 2024 at 10:49:03AM +0200, Frieder Schrempf wrote: > From: Frieder Schrempf <frieder.schrempf@kontron.de> > > Patch 1: board DT bindings > Patch 2: add devicetrees > > Changes for v5: > * Address Shawn's review comments (thanks!) > > 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 Applied both, thanks!
From: Frieder Schrempf <frieder.schrempf@kontron.de> Patch 1: board DT bindings Patch 2: add devicetrees Changes for v5: * Address Shawn's review comments (thanks!) 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 | 163 +++++ .../dts/freescale/imx93-kontron-osm-s.dtsi | 628 ++++++++++++++++++ 4 files changed, 798 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