devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>, Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/7] Support for some TQMa8M* boards
Date: Mon, 6 Dec 2021 11:39:29 +0800	[thread overview]
Message-ID: <20211206033921.GF4216@dragon> (raw)
In-Reply-To: <20211201072949.53947-1-alexander.stein@ew.tq-group.com>

On Wed, Dec 01, 2021 at 08:29:41AM +0100, Alexander Stein wrote:
> Thanks for the review on v2!
> 
> Changes in v3:
> * Rebased to next-20211129
> * Adjusted commit subjects (tree -> device tree)
> * Use hyphen in node names instead of underscore
> * Removed bootargs from DT
> * Fixed audio-codec node name and handle name
> * Property 'enet-phy-lane-no-swap' was already documented, but got accidently
>   removed during YAML conversion. Fix is pending at at [2]
> * Use matrix instead of array for 'fsl,pins' as required by pinctrl bindings.
>   This reduces the lines in stderr from dtbs_check for these DT files from 475
>   down to 191
> * Removed TODO regarding unsupported USB over-current polarity
> 
> Changes in v2:
> * Rebased to next-20211101
> * Added Rob's Acked-By on Patch for DT bindings
> * for other changes please refer to individual patches
> 
> Note on TQMa8Mx:
> Due to CPU errata cpuidle is broken and needs to be disabled, see [1] for
> pending patch.
> 
> This patch set adds support for the following modules:
> * TQMa8Mx
> * TQMa8MxML
> * TQMa8MxNL
> 
> Each of the modules is available with different i.MX8M variants, the
> bootloader modifies the device tree and disabled paripherals which
> are not available on the actual hardware.
> 
> All of them can be attached to the same mainboard MBa8Mx, although
> TQMa8MxML & TQMa8MxNL need an adapter. For that reason there is a single
> mainboard .dtsi file named mba8mx.dtsi.
> 
> There is a .dtsi file for each module named imx8m?-tmqa8m*.dts.
> 
> Finally there is the final .dts file which includes the mainboard and
> the attached module and contains the missing connection, prominently clk
> and pinctrl defines.
> 
> [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20211105095535.3920998-1-alexander.stein@ew.tq-group.com/
> [2] https://www.spinics.net/lists/devicetree/msg460023.html
> 
> Alexander Stein (7):
>   dt-bindings: arm: fsl: add TQMa8MxML boards
>   arm64: dts: freescale: add initial device tree for TQMa8MQML with
>     i.MX8MM
>   arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx
>   dt-bindings: arm: fsl: add TQMa8MxNL boards
>   arm64: dts: freescale: add initial device tree for TQMa8MQNL with
>     i.MX8MN
>   dt-bindings: arm: fsl: add TQMa8Mx boards
>   arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8M

Applied all, thanks!

      parent reply	other threads:[~2021-12-06  3:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  7:29 [PATCH v3 0/7] Support for some TQMa8M* boards Alexander Stein
2021-12-01  7:29 ` [PATCH v3 1/7] dt-bindings: arm: fsl: add TQMa8MxML boards Alexander Stein
2021-12-01  7:29 ` [PATCH v3 2/7] arm64: dts: freescale: add initial device tree for TQMa8MQML with i.MX8MM Alexander Stein
2021-12-01  7:29 ` [PATCH v3 3/7] arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8Mx Alexander Stein
2021-12-16 20:26   ` Abel Vesa
2021-12-17  8:32     ` (EXT) " Alexander Stein
2021-12-01  7:29 ` [PATCH v3 4/7] dt-bindings: arm: fsl: add TQMa8MxNL boards Alexander Stein
2021-12-01  7:29 ` [PATCH v3 5/7] arm64: dts: freescale: add initial device tree for TQMa8MQNL with i.MX8MN Alexander Stein
2021-12-01  7:29 ` [PATCH v3 6/7] dt-bindings: arm: fsl: add TQMa8Mx boards Alexander Stein
2021-12-01  7:29 ` [PATCH v3 7/7] arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8M Alexander Stein
2021-12-06  3:39 ` 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=20211206033921.GF4216@dragon \
    --to=shawnguo@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=will@kernel.org \
    /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).