linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support
@ 2022-08-22  8:03 Frieder Schrempf
  2022-08-22  8:03 ` [PATCH v4 1/8] dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM SoM/board Frieder Schrempf
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Frieder Schrempf @ 2022-08-22  8:03 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel, Li Yang, Shawn Guo
  Cc: Krzysztof Kozlowski, Frieder Schrempf, Krzysztof Kozlowski,
	Rob Herring, Sascha Hauer

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 v4:
* fix hex values and unit addresses in SPI NOR partition nodes
* fix SoM dtsi includes

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} |   9 +-
 .../dts/freescale/imx8mm-kontron-osm-s.dtsi   | 330 +++++++++++++++
 ...-n801x-som.dtsi => imx8mm-kontron-sl.dtsi} |  53 ++-
 6 files changed, 758 insertions(+), 26 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.2

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-09-03  3:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22  8:03 [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 1/8] dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM SoM/board Frieder Schrempf
2022-08-23 11:05   ` Krzysztof Kozlowski
2022-08-22  8:03 ` [PATCH v4 2/8] dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 3/8] arm64: dts: imx8mm-kontron: Adjust compatibles, file names and model strings Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 4/8] arm64: dts: imx8mm-kontron: Use the VSELECT signal to switch SD card IO voltage Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 5/8] arm64: dts: imx8mm-kontron: Remove low DDRC operating point Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 6/8] arm64: dts: imx8mm-kontron: Use voltage rail names from schematic for PMIC regulator-names Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 7/8] arm64: dts: imx8mm-kontron: Add SPI NOR partition layout Frieder Schrempf
2022-08-22  8:03 ` [PATCH v4 8/8] arm64: dts: Add support for Kontron SL/BL i.MX8MM OSM-S Frieder Schrempf
2022-09-03  3:26 ` [PATCH v4 0/8] arm64: dts: imx8mm-kontron: Improvements and OSM board support Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).