mbox series

[v5,0/2] Add support for Kontron OSM-S i.MX93 SoM and carrier board

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

Message

Frieder Schrempf Aug. 13, 2024, 8:49 a.m. UTC
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

Comments

Shawn Guo Aug. 31, 2024, 1:08 p.m. UTC | #1
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!