linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Li Yang <leoli@freescale.com>
To: Zhiqiang Hou <B48286@freescale.com>, Arnd Bergmann <arnd@arndb.de>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	"linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
	linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-clk@vger.kernel.org, Mark Rutland <mark.rutland@arm.com>,
	Shaohui Xie <Shaohui.Xie@freescale.com>,
	corbet@lwn.net, Bhupesh Sharma <bhupesh.sharma@freescale.com>,
	mturquette@baylibre.com, wsa@the-dreams.de, sboyd@codeaurora.org,
	wim@iguana.be, Wenbin Song <Wenbin.Song@freescale.com>,
	Scott Wood <scottwood@freescale.com>,
	Hu Vincent <Mingkai.Hu@freescale.com>,
	linux@roeck-us.net
Subject: Re: [PATCH V6 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC
Date: Mon, 26 Oct 2015 17:45:22 -0500	[thread overview]
Message-ID: <CADRPPNSdZS0DrxauhA8AmWQrZMLUs06fxLyp4kXonooESVRiXw@mail.gmail.com> (raw)
In-Reply-To: <1445587282-29529-4-git-send-email-B48286@freescale.com>

On Fri, Oct 23, 2015 at 3:01 AM, Zhiqiang Hou <B48286@freescale.com> wrote:
> From: Mingkai Hu <Mingkai.Hu@freescale.com>
>
> LS1043a is an SoC with 4 ARMv8 A53 cores and most other IP blocks
> similar to LS1021a which complies to Chassis 2.1 spec.
>
> Following levels of DTSI/DTS files have been created for the
> LS1043A SoC family:
>
> - fsl-ls1043a.dtsi:
>   DTS-Include file for FSL LS1043A SoC.
>
> Signed-off-by: Li Yang <leoli@freescale.com>
> Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
> Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
> Signed-off-by: Wenbin Song <Wenbin.Song@freescale.com>

Hi Arnd,

Can you also review and merge the LS1043 device tree related patches
in the series(3/6,4/6,6/6)?

Regards,
Leo

> ---
> V6:
>  - No change.
>
> V5:
>  - Move gic, timer and pmu nodes out of SoC node.
>
> V4:
>  - Add soc node with simple-bus compatible.
>  - Add property interrupt-affinity for armv8 pmuv3 node.
>
> V3:
>  - Add device tree node for SATA.
>  - Remove properity enable-method for all cpu node.
>    Remove reserved memory region for spin-table.
>
> V2:
>  - Add secondary core boot method.
>  - Move out the sysclk node from the clockgen node.
>  - Correct the reg size of GICC.
>
>  arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 525 +++++++++++++++++++++++++
>  1 file changed, 525 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

  reply	other threads:[~2015-10-26 22:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  8:01 [PATCH V6 1/6] i2c: Add i2c support to Freescale Layerscape platforms Zhiqiang Hou
2015-10-23  8:01 ` [PATCH V6 2/6] watchdog: Add support for " Zhiqiang Hou
2015-10-23  8:01 ` [PATCH V6 3/6] Documentation: DT: Add entry for FSL LS1043ARDB board Zhiqiang Hou
2015-10-31  0:00   ` Olof Johansson
     [not found] ` <1445587282-29529-1-git-send-email-B48286-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-10-23  8:01   ` [PATCH V6 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC Zhiqiang Hou
2015-10-26 22:45     ` Li Yang [this message]
2015-10-23  8:01   ` [PATCH V6 5/6] clk: qoriq: Add ls1043a support Zhiqiang Hou
2015-10-26 22:20     ` Leo Li
2015-10-27  1:34       ` Scott Wood
2015-10-23  8:01 ` [PATCH V6 6/6] dts/ls1043a: add LS1043ARDB board support Zhiqiang Hou
2015-10-29 20:33   ` Li Yang
2015-10-30  2:31     ` Hou Zhiqiang
2015-10-23  8:43 ` [PATCH V6 1/6] i2c: Add i2c support to Freescale Layerscape platforms Wolfram Sang

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=CADRPPNSdZS0DrxauhA8AmWQrZMLUs06fxLyp4kXonooESVRiXw@mail.gmail.com \
    --to=leoli@freescale.com \
    --cc=B48286@freescale.com \
    --cc=Mingkai.Hu@freescale.com \
    --cc=Shaohui.Xie@freescale.com \
    --cc=Wenbin.Song@freescale.com \
    --cc=arnd@arndb.de \
    --cc=bhupesh.sharma@freescale.com \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=scottwood@freescale.com \
    --cc=will.deacon@arm.com \
    --cc=wim@iguana.be \
    --cc=wsa@the-dreams.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;
as well as URLs for NNTP newsgroup(s).