Message ID | 20220822080357.24478-1-frieder@fris.de (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: imx8mm-kontron: Improvements and OSM board support | expand |
On Mon, Aug 22, 2022 at 10:03:46AM +0200, Frieder Schrempf wrote: > 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 Applied all, thanks!
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%)