All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Marcel Ziswiler <marcel@ziswiler.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Marek Vasut <marek.vasut@gmail.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Alex Marginean <alexandru.marginean@nxp.com>,
	Alexander Stein <alexander.stein@ew.tq-group.com>,
	Arnd Bergmann <arnd@arndb.de>, Chester Lin <clin@suse.com>,
	Dong Aisheng <aisheng.dong@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	Frank Rowand <frowand.list@gmail.com>,
	Heiko Thiery <heiko.thiery@gmail.com>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Lucas Stach <dev@lynxeye.de>, NXP Linux Team <linux-imx@nxp.com>,
	Olof Johansson <olof@lixom.net>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Tim Harvey <tharvey@gateworks.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 12/12] arm64: dts: freescale: add initial support for verdin imx8m mini
Date: Fri, 11 Feb 2022 20:45:32 +0800	[thread overview]
Message-ID: <20220211124531.GV4909@dragon> (raw)
In-Reply-To: <20220211092322.287487-13-marcel@ziswiler.com>

On Fri, Feb 11, 2022 at 10:23:22AM +0100, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> This patch adds the device tree to support Toradex Verdin iMX8M Mini a
> computer on module which can be used on different carrier boards.
> 
> The module consists of an NXP i.MX 8M Mini family SoC (either i.MX 8M
> Mini Quad or 8M Mini DualLite), a PCA9450A PMIC, a Gigabit Ethernet PHY,
> 1 or 2 GB of LPDDR4 RAM, an eMMC, a TLA2024 ADC, an I2C EEPROM, an
> RX8130 RTC, an optional SPI CAN controller plus an optional Bluetooth/
> Wi-Fi module.
> 
> Anything that is not self-contained on the module is disabled by
> default.
> 
> The device tree for the Dahlia includes the module's device tree and
> enables the supported peripherals of the carrier board.
> 
> The device tree for the Verdin Development Board includes the module's
> device tree as well as the Dahlia one as it is a superset and supports
> almost all peripherals available.
> 
> So far there is no display functionality supported at all but basic
> console UART, PCIe, USB host, eMMC and Ethernet and PCIe functionality
> work fine.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Marcel Ziswiler <marcel@ziswiler.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Marek Vasut <marek.vasut@gmail.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Alex Marginean <alexandru.marginean@nxp.com>,
	Alexander Stein <alexander.stein@ew.tq-group.com>,
	Arnd Bergmann <arnd@arndb.de>, Chester Lin <clin@suse.com>,
	Dong Aisheng <aisheng.dong@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	Frank Rowand <frowand.list@gmail.com>,
	Heiko Thiery <heiko.thiery@gmail.com>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Lucas Stach <dev@lynxeye.de>, NXP Linux Team <linux-imx@nxp.com>,
	Olof Johansson <olof@lixom.net>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Tim Harvey <tharvey@gateworks.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 12/12] arm64: dts: freescale: add initial support for verdin imx8m mini
Date: Fri, 11 Feb 2022 20:45:32 +0800	[thread overview]
Message-ID: <20220211124531.GV4909@dragon> (raw)
In-Reply-To: <20220211092322.287487-13-marcel@ziswiler.com>

On Fri, Feb 11, 2022 at 10:23:22AM +0100, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> This patch adds the device tree to support Toradex Verdin iMX8M Mini a
> computer on module which can be used on different carrier boards.
> 
> The module consists of an NXP i.MX 8M Mini family SoC (either i.MX 8M
> Mini Quad or 8M Mini DualLite), a PCA9450A PMIC, a Gigabit Ethernet PHY,
> 1 or 2 GB of LPDDR4 RAM, an eMMC, a TLA2024 ADC, an I2C EEPROM, an
> RX8130 RTC, an optional SPI CAN controller plus an optional Bluetooth/
> Wi-Fi module.
> 
> Anything that is not self-contained on the module is disabled by
> default.
> 
> The device tree for the Dahlia includes the module's device tree and
> enables the supported peripherals of the carrier board.
> 
> The device tree for the Verdin Development Board includes the module's
> device tree as well as the Dahlia one as it is a superset and supports
> almost all peripherals available.
> 
> So far there is no display functionality supported at all but basic
> console UART, PCIe, USB host, eMMC and Ethernet and PCIe functionality
> work fine.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Applied, thanks!

  parent reply	other threads:[~2022-02-11 12:47 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11  9:23 [PATCH v6 00/12] arm64: prepare and add verdin imx8m mini support Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 01/12] arm64: dts: imx8mm: fix strange hex notation Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 02/12] arm64: defconfig: enable taskstats configuration Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 03/12] arm64: defconfig: enable pcieaer configuration Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 04/12] arm64: defconfig: re-order default configuration Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 05/12] arm64: defconfig: rebuild " Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 06/12] arm64: defconfig: enable bpf/cgroup firewalling Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 07/12] arm64: defconfig: enable imx8m pcie phy driver Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 08/12] arm64: defconfig: build imx-sdma as a module Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 09/12] arm64: defconfig: build r8169 " Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 10/12] arm64: defconfig: enable verdin-imx8mm relevant drivers as modules Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11  9:23 ` [PATCH v6 11/12] dt-bindings: arm: fsl: add toradex, verdin-imx8mm et al Marcel Ziswiler
2022-02-11  9:23   ` [PATCH v6 11/12] dt-bindings: arm: fsl: add toradex,verdin-imx8mm " Marcel Ziswiler
2022-02-11 12:45   ` Shawn Guo
2022-02-11 12:45     ` Shawn Guo
2022-02-11  9:23 ` [PATCH v6 12/12] arm64: dts: freescale: add initial support for verdin imx8m mini Marcel Ziswiler
2022-02-11  9:23   ` Marcel Ziswiler
2022-02-11 10:42   ` Fabio Estevam
2022-02-11 10:42     ` Fabio Estevam
2022-02-11 12:45   ` Shawn Guo [this message]
2022-02-11 12:45     ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220211124531.GV4909@dragon \
    --to=shawnguo@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=alexandru.marginean@nxp.com \
    --cc=arnd@arndb.de \
    --cc=clin@suse.com \
    --cc=dev@lynxeye.de \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frowand.list@gmail.com \
    --cc=heiko.thiery@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=marek.vasut@gmail.com \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=tharvey@gateworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.