All of lore.kernel.org
 help / color / mirror / Atom feed
From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/2] arm64: dts: Add dts files for Marvell Berlin4CT SoC
Date: Wed, 22 Jul 2015 17:35:30 +0800	[thread overview]
Message-ID: <20150722173530.5b7b6621@xhacker> (raw)
In-Reply-To: <55AF6017.6040407@arm.com>

Dear Sudeep,

On Wed, 22 Jul 2015 10:19:19 +0100
Sudeep Holla <sudeep.holla@arm.com> wrote:

> 
> 
> On 22/07/15 09:57, Jisheng Zhang wrote:
> > Add initial dtsi file to support Marvell Berlin4CT SoC with
> > quad Cortex-A53 CPUs.
> >
> > It also adds dts file for Marvell Berlin4CT DMP board which is
> > based on Berlin4CT SoC.
> >
> > Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
> > ---
> >   arch/arm64/boot/dts/Makefile                  |   1 +
> >   arch/arm64/boot/dts/marvell/Makefile          |   5 +
> >   arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts |  67 +++++++++++
> >   arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 164 ++++++++++++++++++++++++++
> >   4 files changed, 237 insertions(+)
> >   create mode 100644 arch/arm64/boot/dts/marvell/Makefile
> >   create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> >   create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi
> >
> 
> [..]
> 
> > diff --git a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> > new file mode 100644
> > index 0000000..58ed7f1
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> > @@ -0,0 +1,67 @@
> 
> [..]
> 
> > +/dts-v1/;
> > +
> > +#include "berlin4ct.dtsi"
> > +
> > +/ {
> > +	model = "MARVELL BG4CT DMP BOARD";
> > +	compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
> > +
> > +	chosen {
> > +		bootargs = "earlycon=uart8250,mmio32,0xf7fcd000";
> > +		stdout-path = "serial0:115200n8";
> 
> Just earlycon without any parameters will suffice. Currently earlycon
> parsing code has issues and it's being worked out[1]. The serial port
> details specified in stdout-path will be used by earlycon.
> 
> Regards,
> Sudeep
> 
> [1] https://lkml.org/lkml/2015/4/8/604

I just found all arm64 ports don't have bootargs, so neither earlycon, I will
follow this behavior. Will send out v4 later.

Thanks

WARNING: multiple messages have this Message-ID (diff)
From: Jisheng Zhang <jszhang@marvell.com>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Catalin Marinas <Catalin.Marinas@arm.com>,
	Will Deacon <Will.Deacon@arm.com>,
	"khilman@linaro.org" <khilman@linaro.org>,
	"arnd@arndb.de" <arnd@arndb.de>,
	"olof@lixom.net" <olof@lixom.net>,
	Mark Rutland <Mark.Rutland@arm.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"galak@codeaurora.org" <galak@codeaurora.org>,
	Pawel Moll <Pawel.Moll@arm.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 1/2] arm64: dts: Add dts files for Marvell Berlin4CT SoC
Date: Wed, 22 Jul 2015 17:35:30 +0800	[thread overview]
Message-ID: <20150722173530.5b7b6621@xhacker> (raw)
In-Reply-To: <55AF6017.6040407@arm.com>

Dear Sudeep,

On Wed, 22 Jul 2015 10:19:19 +0100
Sudeep Holla <sudeep.holla@arm.com> wrote:

> 
> 
> On 22/07/15 09:57, Jisheng Zhang wrote:
> > Add initial dtsi file to support Marvell Berlin4CT SoC with
> > quad Cortex-A53 CPUs.
> >
> > It also adds dts file for Marvell Berlin4CT DMP board which is
> > based on Berlin4CT SoC.
> >
> > Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
> > ---
> >   arch/arm64/boot/dts/Makefile                  |   1 +
> >   arch/arm64/boot/dts/marvell/Makefile          |   5 +
> >   arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts |  67 +++++++++++
> >   arch/arm64/boot/dts/marvell/berlin4ct.dtsi    | 164 ++++++++++++++++++++++++++
> >   4 files changed, 237 insertions(+)
> >   create mode 100644 arch/arm64/boot/dts/marvell/Makefile
> >   create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> >   create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi
> >
> 
> [..]
> 
> > diff --git a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> > new file mode 100644
> > index 0000000..58ed7f1
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts
> > @@ -0,0 +1,67 @@
> 
> [..]
> 
> > +/dts-v1/;
> > +
> > +#include "berlin4ct.dtsi"
> > +
> > +/ {
> > +	model = "MARVELL BG4CT DMP BOARD";
> > +	compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
> > +
> > +	chosen {
> > +		bootargs = "earlycon=uart8250,mmio32,0xf7fcd000";
> > +		stdout-path = "serial0:115200n8";
> 
> Just earlycon without any parameters will suffice. Currently earlycon
> parsing code has issues and it's being worked out[1]. The serial port
> details specified in stdout-path will be used by earlycon.
> 
> Regards,
> Sudeep
> 
> [1] https://lkml.org/lkml/2015/4/8/604

I just found all arm64 ports don't have bootargs, so neither earlycon, I will
follow this behavior. Will send out v4 later.

Thanks

  reply	other threads:[~2015-07-22  9:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-22  8:57 [PATCH v3 0/2] arm64: Add basic support for Marvell Berlin4CT SoC Jisheng Zhang
2015-07-22  8:57 ` Jisheng Zhang
2015-07-22  8:57 ` Jisheng Zhang
2015-07-22  8:57 ` [PATCH v3 1/2] arm64: dts: Add dts files " Jisheng Zhang
2015-07-22  8:57   ` Jisheng Zhang
2015-07-22  8:57   ` Jisheng Zhang
2015-07-22  9:19   ` Sudeep Holla
2015-07-22  9:19     ` Sudeep Holla
2015-07-22  9:19     ` Sudeep Holla
2015-07-22  9:35     ` Jisheng Zhang [this message]
2015-07-22  9:35       ` Jisheng Zhang
2015-07-22  8:57 ` [PATCH v3 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig Jisheng Zhang
2015-07-22  8:57   ` Jisheng Zhang
2015-07-22  8:57   ` Jisheng Zhang

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=20150722173530.5b7b6621@xhacker \
    --to=jszhang@marvell.com \
    --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.