[PATCH v3 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support

Frieder Schrempf posted 8 patches 3 years, 7 months ago
There is a newer version of this series
.../devicetree/bindings/arm/fsl.yaml          |  13 +-
arch/arm64/boot/dts/freescale/Makefile        |   3 +-
.../dts/freescale/imx8mm-kontron-bl-osm-s.dts | 376 ++++++++++++++++++
...tron-n801x-s.dts => imx8mm-kontron-bl.dts} |   7 +-
.../dts/freescale/imx8mm-kontron-osm-s.dtsi   | 330 +++++++++++++++
...-n801x-som.dtsi => imx8mm-kontron-sl.dtsi} |  53 ++-
6 files changed, 757 insertions(+), 25 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-bl-osm-s.dts
rename arch/arm64/boot/dts/freescale/{imx8mm-kontron-n801x-s.dts => imx8mm-kontron-bl.dts} (96%)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi
rename arch/arm64/boot/dts/freescale/{imx8mm-kontron-n801x-som.dtsi => imx8mm-kontron-sl.dtsi} (87%)
[PATCH v3 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support
Posted by Frieder Schrempf 3 years, 7 months ago
From: Frieder Schrempf <frieder.schrempf@kontron.de>

This set contains a few improvements for the imx8mm-kontron devicetrees
(patch 3-7) and support for a new SoM (patch 8, including baseboard) that
complies to the Open Standard Module (OSM) 1.0 hardware specification, size S
(https://sget.org/standards/osm).

It also includes binding changes in patch 1 and 2.

Changes in v3:
* drop patch for 2 which was applied separately
* rebase on v6.0-rc1
* rename compatibles and file names

Changes in v2:
* move binding changes to beginning of patchset
* Allow arbitrary regulator names in PCA9450 bindings
* Use voltage rail names from schematic for PMIC regulator-names
* Add SPI NOR partition layout to devicetree
* Remove unneeded header include
* Add tags

Frieder Schrempf (8):
  dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM
    SoM/board
  dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board
  arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model
    strings
  arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card
    IO voltage
  arm64: dts: imx8mm-kontron: Remove low DDRC operating point
  arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for
    PMIC regulator-names
  arm64: dts: imx8mm-kontron: Add SPI NOR partition layout
  arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S

 .../devicetree/bindings/arm/fsl.yaml          |  13 +-
 arch/arm64/boot/dts/freescale/Makefile        |   3 +-
 .../dts/freescale/imx8mm-kontron-bl-osm-s.dts | 376 ++++++++++++++++++
 ...tron-n801x-s.dts => imx8mm-kontron-bl.dts} |   7 +-
 .../dts/freescale/imx8mm-kontron-osm-s.dtsi   | 330 +++++++++++++++
 ...-n801x-som.dtsi => imx8mm-kontron-sl.dtsi} |  53 ++-
 6 files changed, 757 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-bl-osm-s.dts
 rename arch/arm64/boot/dts/freescale/{imx8mm-kontron-n801x-s.dts => imx8mm-kontron-bl.dts} (96%)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi
 rename arch/arm64/boot/dts/freescale/{imx8mm-kontron-n801x-som.dtsi => imx8mm-kontron-sl.dtsi} (87%)

-- 
2.37.1
Re: [PATCH v3 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support
Posted by Frieder Schrempf 3 years, 7 months ago
Am 22.08.22 um 10:00 schrieb Frieder Schrempf:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
> 
> This set contains a few improvements for the imx8mm-kontron devicetrees
> (patch 3-7) and support for a new SoM (patch 8, including baseboard) that
> complies to the Open Standard Module (OSM) 1.0 hardware specification, size S
> (https://sget.org/standards/osm).
> 
> It also includes binding changes in patch 1 and 2.
> 
> Changes in v3:
> * drop patch for 2 which was applied separately
> * rebase on v6.0-rc1
> * rename compatibles and file names
> 
> Changes in v2:
> * move binding changes to beginning of patchset
> * Allow arbitrary regulator names in PCA9450 bindings
> * Use voltage rail names from schematic for PMIC regulator-names
> * Add SPI NOR partition layout to devicetree
> * Remove unneeded header include
> * Add tags

Please ignore this series. I accidentally resent v3 instead of sending
v4. Sorry for the noise!