From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCh v3 3/4] arm64: add support for i.MX8M EVK board
Date: Thu, 27 Sep 2018 14:16:06 -0500 [thread overview]
Message-ID: <20180927191606.GA7705@bogus> (raw)
In-Reply-To: <20180921125626.21971-3-l.stach@pengutronix.de>
On Fri, 21 Sep 2018 14:56:25 +0200, Lucas Stach wrote:
> This is the evaluation kit board for the i.MX8M. The current level of
> support yields a working console and is able to boot userspace from
> SD card or Network.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> (v1)
> Tested-by: Tested-by: Baruch Siach <baruch@tkos.co.il> (v1)
> ---
> v2:
> - move to freescale folder
> - fix indentation
> - fix typo in Makefile
> - document compatible
> - switch to generic pinconf
> v3:
> - rebase to v4.19-rc1 and already merged pinctrl driver and pending
> clk driver
> ---
> Documentation/devicetree/bindings/arm/fsl.txt | 4 +
> arch/arm64/boot/dts/freescale/Makefile | 2 +
> arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 291 ++++++++++++++++++
> 3 files changed, 297 insertions(+)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-evk.dts
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Abel Vesa <abel.vesa@nxp.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
patchwork-lst@pengutronix.de, NXP Linux Team <linux-imx@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
Shawn Guo <shawnguo@kernel.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCh v3 3/4] arm64: add support for i.MX8M EVK board
Date: Thu, 27 Sep 2018 14:16:06 -0500 [thread overview]
Message-ID: <20180927191606.GA7705@bogus> (raw)
In-Reply-To: <20180921125626.21971-3-l.stach@pengutronix.de>
On Fri, 21 Sep 2018 14:56:25 +0200, Lucas Stach wrote:
> This is the evaluation kit board for the i.MX8M. The current level of
> support yields a working console and is able to boot userspace from
> SD card or Network.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> (v1)
> Tested-by: Tested-by: Baruch Siach <baruch@tkos.co.il> (v1)
> ---
> v2:
> - move to freescale folder
> - fix indentation
> - fix typo in Makefile
> - document compatible
> - switch to generic pinconf
> v3:
> - rebase to v4.19-rc1 and already merged pinctrl driver and pending
> clk driver
> ---
> Documentation/devicetree/bindings/arm/fsl.txt | 4 +
> arch/arm64/boot/dts/freescale/Makefile | 2 +
> arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 291 ++++++++++++++++++
> 3 files changed, 297 insertions(+)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-evk.dts
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2018-09-27 19:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-21 12:56 [PATCh v3 1/4] arm64: add basic Kconfig symbols for i.MX8 Lucas Stach
2018-09-21 12:56 ` Lucas Stach
2018-09-21 12:56 ` [PATCh v3 2/4] arm64: add basic DTS for i.MX8MQ Lucas Stach
2018-09-21 12:56 ` Lucas Stach
2018-09-26 14:19 ` A.s. Dong
2018-09-26 14:19 ` A.s. Dong
2018-09-27 19:14 ` Rob Herring
2018-09-27 19:14 ` Rob Herring
2018-11-12 18:06 ` A.s. Dong
2018-11-12 18:06 ` A.s. Dong
2018-09-21 12:56 ` [PATCh v3 3/4] arm64: add support for i.MX8M EVK board Lucas Stach
2018-09-21 12:56 ` Lucas Stach
2018-09-26 14:29 ` A.s. Dong
2018-09-26 14:29 ` A.s. Dong
2018-09-27 19:16 ` Rob Herring [this message]
2018-09-27 19:16 ` Rob Herring
2018-09-21 12:56 ` [PATCh v3 4/4] MAINTAINERS: add i.MX8 DT path to i.MX architecture Lucas Stach
2018-09-21 12:56 ` Lucas Stach
2018-09-26 14:33 ` A.s. Dong
2018-09-26 14:33 ` A.s. Dong
2018-09-26 12:02 ` [PATCh v3 1/4] arm64: add basic Kconfig symbols for i.MX8 A.s. Dong
2018-09-26 12:02 ` A.s. Dong
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=20180927191606.GA7705@bogus \
--to=robh@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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 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.