All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Patrick Wildt <patrick@blueri.se>
Cc: Fabio Estevam <festevam@gmail.com>,
	Stefano Babic <sbabic@denx.de>,
	U-Boot-Denx <u-boot@lists.denx.de>,
	"Lukas F. Hartmann" <lukas@mntre.com>,
	Heiko Thiery <heiko.thiery@gmail.com>,
	Vagrant Cascadian <vagrant@debian.org>
Subject: Re: [PATCH v4 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support
Date: Wed, 12 Jan 2022 17:00:06 -0500	[thread overview]
Message-ID: <20220112220006.GE9207@bill-the-cat> (raw)
In-Reply-To: <CAOMZO5BONy5EJp75KtmyFQPEBCqmstjOZW5y4sC6Gu_jUFjfdA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]

On Wed, Jan 12, 2022 at 06:47:38PM -0300, Fabio Estevam wrote:
> Hi Patrick,
> 
> On Sat, Jan 8, 2022 at 12:05 PM Patrick Wildt <patrick@blueri.se> wrote:
> >
> > The MNT Reform 2 is a modular DIY laptop.  In its initial version it
> > is based on the BoundaryDevices i.MX8MQ SoM.  Some parts have been
> > lifted from BoundaryDevices official U-Boot downstream project.
> >
> > Signed-off-by: Patrick Wildt <patrick@blueri.se>
> 
> Patch looks, only minor comments:
> 
> Reviewed-by: Fabio Estevam <festevam@gmail.com>
> 
> > --- /dev/null
> > +++ b/arch/arm/dts/imx8mq-mnt-reform2-u-boot.dtsi
> > @@ -0,0 +1,13 @@
> > +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> > +
> > +#include "imx8mq-u-boot.dtsi"
> > +
> > +&usdhc1 {
> > +       mmc-hs400-1_8v;
> > +};
> > +
> > +&usdhc2 {
> > +       cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
> > +       sd-uhs-sdr104;
> > +       sd-uhs-ddr50;
> 
> It is Ok to put them in the u-boot.dtsi for now, but what about adding
> it to the mainline dts?
> 
> > +/* ENET1 */
> > +#if defined(CONFIG_CMD_NET)
> > +#define CONFIG_ETHPRIME                        "FEC"
> > +
> > +#define CONFIG_FEC_XCV_TYPE            RGMII
> > +#define CONFIG_FEC_MXC_PHYADDR         4
> > +#define FEC_QUIRK_ENET_MAC
> > +
> > +#define IMX_FEC_BASE                   0x30BE0000
> 
> Not needed with DM.
> 
> > +#define CONFIG_MXC_GPIO
> 
> This should be in Kconfig.

To be a little clearer here, CI now tests and fails if you have symbols
that are in Kconfig listed in your board.h file.  You can get CI run
automatically as explained here:
https://u-boot.readthedocs.io/en/latest/develop/ci_testing.html

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2022-01-12 22:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 15:04 [PATCH v4 0/2] Add MNT Reform 2 board support Patrick Wildt
2022-01-08 15:04 ` [PATCH v4 1/2] arm: dts: imx8mq: add MNT Reform 2 Patrick Wildt
2022-01-12 21:35   ` Fabio Estevam
2022-01-08 15:05 ` [PATCH v4 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support Patrick Wildt
2022-01-12 21:47   ` Fabio Estevam
2022-01-12 22:00     ` Tom Rini [this message]
2022-02-18 19:21   ` Stefano Babic
2022-01-12 21:29 ` [PATCH v4 0/2] " Patrick Wildt
2022-01-12 22:03   ` Tom Rini
2022-01-12 22:05     ` Patrick Wildt

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=20220112220006.GE9207@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=festevam@gmail.com \
    --cc=heiko.thiery@gmail.com \
    --cc=lukas@mntre.com \
    --cc=patrick@blueri.se \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=vagrant@debian.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.