mbox series

[v2,0/3] ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board

Message ID 20240116181100.382388-1-frieder@fris.de (mailing list archive)
Headers show
Series ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board | expand

Message

Frieder Schrempf Jan. 16, 2024, 6:10 p.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

This series adds upstream support for the Sielaff i.MX6 Solo board.
It is used as controller and user interface in vending machines. It
is based on the i.MX6 Solo SoC and features the following
peripherals and interfaces:

* 512 MB DDR3 RAM
* 512 MB NAND Flash
* 1 MB NOR Flash
* SD card
* Debug LED
* Debug UART
* Key Inputs
* RTC
* RS232
* 100 MBit Ethernet
* USB Hub
* USB OTG
* HDMI
* 7" LVDS IPS panel
* PWM Backlight
* Optional Extension Board with USB Ethernet NIC

Patch 1 adds the vendor prefix, patch 2 adds the DT bindings and
patch 3 adds the DT.

Changes in v2:
* Add Acked-by from Conor (Thanks!)
* Fix touchscreen node names (Thanks Fabio!)

Frieder Schrempf (3):
  dt-bindings: vendor-prefixes: Add Sielaff
  dt-bindings: arm: fsl: Add Sielaff i.MX6 Solo board
  ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/nxp/imx/Makefile            |   1 +
 arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts  | 533 ++++++++++++++++++
 4 files changed, 537 insertions(+)
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts

Comments

Shawn Guo Feb. 5, 2024, 9:43 a.m. UTC | #1
On Tue, Jan 16, 2024 at 07:10:25PM +0100, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
> 
> This series adds upstream support for the Sielaff i.MX6 Solo board.
> It is used as controller and user interface in vending machines. It
> is based on the i.MX6 Solo SoC and features the following
> peripherals and interfaces:
> 
> * 512 MB DDR3 RAM
> * 512 MB NAND Flash
> * 1 MB NOR Flash
> * SD card
> * Debug LED
> * Debug UART
> * Key Inputs
> * RTC
> * RS232
> * 100 MBit Ethernet
> * USB Hub
> * USB OTG
> * HDMI
> * 7" LVDS IPS panel
> * PWM Backlight
> * Optional Extension Board with USB Ethernet NIC
> 
> Patch 1 adds the vendor prefix, patch 2 adds the DT bindings and
> patch 3 adds the DT.
> 
> Changes in v2:
> * Add Acked-by from Conor (Thanks!)
> * Fix touchscreen node names (Thanks Fabio!)
> 
> Frieder Schrempf (3):
>   dt-bindings: vendor-prefixes: Add Sielaff

>   dt-bindings: arm: fsl: Add Sielaff i.MX6 Solo board
>   ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board

Applied both, thanks!