mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH 8/8] ARM: imx8mq: use upstream devicetree
Date: Mon, 14 Jan 2019 16:41:47 -0800	[thread overview]
Message-ID: <CAHQ1cqGLuhRxzRAG3t=dokyetzgo6Ws27icSeyg5UTe6R0btPQ@mail.gmail.com> (raw)
In-Reply-To: <20190114164211.10871-8-l.stach@pengutronix.de>

"

On Mon, Jan 14, 2019 at 8:43 AM Lucas Stach <l.stach@pengutronix.de> wrote:
>
> The basic DT is upstream now, so we can now reuse this in Barebox.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  arch/arm/dts/imx8mq-evk.dts              | 427 +------------
>  arch/arm/dts/imx8mq-pinfunc.h            | 623 ------------------
>  arch/arm/dts/imx8mq.dtsi                 | 771 +++--------------------
>  include/dt-bindings/clock/imx8mq-clock.h | 629 ------------------
>  4 files changed, 87 insertions(+), 2363 deletions(-)
>  delete mode 100644 arch/arm/dts/imx8mq-pinfunc.h
>  delete mode 100644 include/dt-bindings/clock/imx8mq-clock.h
>
> diff --git a/arch/arm/dts/imx8mq-evk.dts b/arch/arm/dts/imx8mq-evk.dts
> index 56a35173a04f..9593c555f926 100644
> --- a/arch/arm/dts/imx8mq-evk.dts
> +++ b/arch/arm/dts/imx8mq-evk.dts
> @@ -6,16 +6,11 @@
>
>  /dts-v1/;
>
> +#include <arm64/freescale/imx8mq-evk.dts>
>  #include "imx8mq.dtsi"
> -#include "imx8mq-ddrc.dtsi"
>

The above include was added as a part of 3da52f308a ("ARM: i.MX:
esdctl: Add memory size detection for i.MX8MQ") in order to facilitate
memory size detection. I don't think it should be removed, since that
functionality isn't covered by upstream DTS. Moreso,
"imx8mq-ddrc.dtsi" needs to be updated to reference "soc@0" instead of
"peripherals@0".

Thanks,
Andrey Smirnov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2019-01-15  0:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 16:42 [PATCH 1/8] clk: add missing list.h include Lucas Stach
2019-01-14 16:42 ` [PATCH 2/8] clk: move struct clk_gate into header Lucas Stach
2019-01-14 16:42 ` [PATCH 3/8] clk: move struct clk_mux " Lucas Stach
2019-01-14 16:42 ` [PATCH 4/8] clk: add divider_recalc_rate helper Lucas Stach
2019-01-15  0:20   ` Andrey Smirnov
2019-01-15  6:43     ` Sascha Hauer
2019-01-14 16:42 ` [PATCH 5/8] clk: imx: add imx8mq composite clock Lucas Stach
2019-01-14 16:42 ` [PATCH 6/8] clk: imx: sync imx8mq clock driver with upstream kernel Lucas Stach
2019-01-14 16:42 ` [PATCH 7/8] pinctrl: imx-v3: imx8mq does use the old binding Lucas Stach
2019-01-14 16:42 ` [PATCH 8/8] ARM: imx8mq: use upstream devicetree Lucas Stach
2019-01-15  0:41   ` Andrey Smirnov [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='CAHQ1cqGLuhRxzRAG3t=dokyetzgo6Ws27icSeyg5UTe6R0btPQ@mail.gmail.com' \
    --to=andrew.smirnov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=l.stach@pengutronix.de \
    /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