From: Shawn Guo <shawnguo@kernel.org>
To: Max Krummenacher <max.oss.09@gmail.com>
Cc: max.krummenacher@toradex.com,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Alistair Francis <alistair@alistair23.me>,
Arnd Bergmann <arnd@arndb.de>,
Christoph Niedermaier <cniedermaier@dh-electronics.com>,
Douglas Anderson <dianders@chromium.org>,
Fabio Estevam <festevam@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Li Yang <leoyang.li@nxp.com>,
Lucas Stach <l.stach@pengutronix.de>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Matthias Schiffer <matthias.schiffer@ew.tq-group.com>,
NXP Linux Team <linux-imx@nxp.com>,
Oleksij Rempel <linux@rempel-privat.de>,
Olof Johansson <olof@lixom.net>,
Otavio Salvador <otavio@ossystems.com.br>,
Pascal Zimmermann <pzimmermann@dh-electronics.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Philippe Schenker <philippe.schenker@toradex.com>,
Rob Herring <robh+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Sam Ravnborg <sam@ravnborg.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Tim Harvey <tharvey@gateworks.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, soc@kernel.org
Subject: Re: [PATCH v2 00/14] ARM: dts: imx6dl-colibri: Misc improvements and newly added carriers
Date: Mon, 18 Apr 2022 16:30:19 +0800 [thread overview]
Message-ID: <20220418083019.GF391514@dragon> (raw)
In-Reply-To: <20220411152234.12678-1-max.oss.09@gmail.com>
On Mon, Apr 11, 2022 at 05:22:20PM +0200, Max Krummenacher wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
>
>
> This is a general update of the Colibri iMX6 device tree files.
>
> The Toradex Colibri family is composed of a SoM that can be plugged on
> various carrier boards, with carrier boards allowing multiple optional
> accessories (e.g. display, camera, ...).
>
> The device tree sources are structured into a SoM dtsi and a carrier dts
> which then includes the SoM dtsi. The SoM dtsi defines and enables the
> functionality self contained on the SoM and prepares for functionality
> provided by the carrier HW or accessories, so that the carrier dts then
> can enable or amend nodes provided. Accessories are enabled in overlays
> depending on HW configuration.
>
> The series improves the existing Colibri Evaluation Board device tree and
> adds new device trees for the Aster, Iris, and Iris V2 carrier boards.
>
> Additionally it drops the dedicated device tree for SoM V1.1 HW used in a
> Evaluation board. The regular device tree works well in that combination.
> The higher SD card speed possible with SoM V1.1 would require HW
> modification on the carrier board.
>
> Improvements:
> - Specifies GPIO line names for use with libgpiod.
> - Disables optional accessories. They would be enabled in overlays
> depending on HW configuration.
> - Lower power consumption after poweroff.
> - Move more functionality into the SoM dtsi file to reduce code
> duplication.
> - General cleanup to adhere to dtbs bindings and missed alphabetically
> ordering.
>
> Fixes:
> - Copy/paste error in i2c2 pinmuxing resulting in i2c2 being
> nonfunctional.
>
> Adds:
> - imx6dl-colibri-aster.dtb: used for a Colibri iMX6 mated in an Aster
> carrier board.
> - imx6dl-colibri-iris.dtb: used for a Colibri iMX6 mated in an
> Iris V1.x carrier board.
> - imx6dl-colibri-iris-v2.dtb: used for a Colibri iMX6 mated in an
> Iris V2.x carrier board.
>
> Drops:
> - imx6dl-colibri-v1_1-eval-v3.dtb, imx6dl-colibri-eval-v3.dtb is good
> enough.
>
> Changes in v2:
> - Addressed 'From' address as reported by checkpatch / Shawn's feedback.
> - Added Rob's Ack to the 'dt-bindings' patches.
>
> Max Krummenacher (13):
> dt-bindings: arm: fsl: imx6dl-colibri: Drop dedicated v1.1 bindings
> dt-bindings: arm: fsl: Add carriers for toradex,colibri-imx6dl
> ARM: dts: imx6dl-colibri: Drop dedicated v1.1 device tree
> ARM: dts: imx6dl-colibri: Fix I2C pinmuxing
> ARM: dts: imx6dl-colibri: Disable add-on accessories
> ARM: dts: imx6dl-colibri: Command pmic to standby for poweroff
> ARM: dts: imx6dl-colibri: Add additional pingroups
> ARM: dts: imx6dl-colibri: Move common nodes to SoM dtsi
> ARM: dts: imx6dl-colibri: Cleanup
> ARM: dts: imx6dl-colibri: Add usdhc1 sleep pin configuration
> ARM: dts: imx6dl-colibri: Add support for Toradex Iris carrier boards
> ARM: dts: imx6dl-colibri: Add support for Toradex Aster carrier board
> ARM: imx_v6_v7_defconfig: Enable the ADC part of the STMPE MFD
>
> Oleksandr Suvorov (1):
> ARM: dts: imx6dl-colibri: Add gpio-line-names
Applied all, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2022-04-18 8:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 15:22 [PATCH v2 00/14] ARM: dts: imx6dl-colibri: Misc improvements and newly added carriers Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 03/14] ARM: dts: imx6dl-colibri: Drop dedicated v1.1 device tree Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 04/14] ARM: dts: imx6dl-colibri: Fix I2C pinmuxing Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 05/14] ARM: dts: imx6dl-colibri: Add gpio-line-names Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 06/14] ARM: dts: imx6dl-colibri: Disable add-on accessories Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 07/14] ARM: dts: imx6dl-colibri: Command pmic to standby for poweroff Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 08/14] ARM: dts: imx6dl-colibri: Add additional pingroups Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 09/14] ARM: dts: imx6dl-colibri: Move common nodes to SoM dtsi Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 10/14] ARM: dts: imx6dl-colibri: Cleanup Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 11/14] ARM: dts: imx6dl-colibri: Add usdhc1 sleep pin configuration Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 12/14] ARM: dts: imx6dl-colibri: Add support for Toradex Iris carrier boards Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 13/14] ARM: dts: imx6dl-colibri: Add support for Toradex Aster carrier board Max Krummenacher
2022-04-11 15:22 ` [PATCH v2 14/14] ARM: imx_v6_v7_defconfig: Enable the ADC part of the STMPE MFD Max Krummenacher
2022-04-18 8:30 ` Shawn Guo [this message]
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=20220418083019.GF391514@dragon \
--to=shawnguo@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=alistair@alistair23.me \
--cc=arnd@arndb.de \
--cc=cniedermaier@dh-electronics.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=l.stach@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=linux@rempel-privat.de \
--cc=marcel.ziswiler@toradex.com \
--cc=matthias.schiffer@ew.tq-group.com \
--cc=max.krummenacher@toradex.com \
--cc=max.oss.09@gmail.com \
--cc=olof@lixom.net \
--cc=otavio@ossystems.com.br \
--cc=philippe.schenker@toradex.com \
--cc=pzimmermann@dh-electronics.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sam@ravnborg.org \
--cc=sebastian.reichel@collabora.com \
--cc=soc@kernel.org \
--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 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).