All of lore.kernel.org
 help / color / mirror / Atom feed
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files
Date: Wed, 21 Oct 2015 10:07:59 +0100	[thread overview]
Message-ID: <562755EF.5000803@arm.com> (raw)
In-Reply-To: <1444947856-26246-2-git-send-email-jonmason@broadcom.com>



On 15/10/15 23:24, Jon Mason wrote:
> Add device tree files for Broadcom Northstar based SVKs.  Since the
> bcm5301x.dtsi already exists, all that is necessary is the dts files to
> enable the UARTs.  With these files, the SVKs are able to boot to shell.
>
> Signed-off-by: Jon Mason <jonmason@broadcom.com>

[..]

> diff --git a/arch/arm/boot/dts/bcm94708.dts b/arch/arm/boot/dts/bcm94708.dts
> new file mode 100644
> index 0000000..49682d6
> --- /dev/null
> +++ b/arch/arm/boot/dts/bcm94708.dts
> @@ -0,0 +1,56 @@

[..]

> +/dts-v1/;
> +
> +#include "bcm4708.dtsi"
> +
> +/ {
> +	model = "NorthStar SVK (BCM94708)";
> +	compatible = "brcm,bcm94708", "brcm,bcm4708";
> +
> +	aliases {
> +		serial0 = &uart0;
> +	};
> +
> +	chosen {
> +		bootargs = "console=ttyS0,115200";

You can set stdout-path instead which even works for earlycon

-- 
Regards,
Sudeep

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
To: Jon Mason <jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
	Florian Fainelli
	<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files
Date: Wed, 21 Oct 2015 10:07:59 +0100	[thread overview]
Message-ID: <562755EF.5000803@arm.com> (raw)
In-Reply-To: <1444947856-26246-2-git-send-email-jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>



On 15/10/15 23:24, Jon Mason wrote:
> Add device tree files for Broadcom Northstar based SVKs.  Since the
> bcm5301x.dtsi already exists, all that is necessary is the dts files to
> enable the UARTs.  With these files, the SVKs are able to boot to shell.
>
> Signed-off-by: Jon Mason <jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>

[..]

> diff --git a/arch/arm/boot/dts/bcm94708.dts b/arch/arm/boot/dts/bcm94708.dts
> new file mode 100644
> index 0000000..49682d6
> --- /dev/null
> +++ b/arch/arm/boot/dts/bcm94708.dts
> @@ -0,0 +1,56 @@

[..]

> +/dts-v1/;
> +
> +#include "bcm4708.dtsi"
> +
> +/ {
> +	model = "NorthStar SVK (BCM94708)";
> +	compatible = "brcm,bcm94708", "brcm,bcm4708";
> +
> +	aliases {
> +		serial0 = &uart0;
> +	};
> +
> +	chosen {
> +		bootargs = "console=ttyS0,115200";

You can set stdout-path instead which even works for earlycon

-- 
Regards,
Sudeep
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: Jon Mason <jonmason@broadcom.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Hauke Mehrtens <hauke@hauke-m.de>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files
Date: Wed, 21 Oct 2015 10:07:59 +0100	[thread overview]
Message-ID: <562755EF.5000803@arm.com> (raw)
In-Reply-To: <1444947856-26246-2-git-send-email-jonmason@broadcom.com>



On 15/10/15 23:24, Jon Mason wrote:
> Add device tree files for Broadcom Northstar based SVKs.  Since the
> bcm5301x.dtsi already exists, all that is necessary is the dts files to
> enable the UARTs.  With these files, the SVKs are able to boot to shell.
>
> Signed-off-by: Jon Mason <jonmason@broadcom.com>

[..]

> diff --git a/arch/arm/boot/dts/bcm94708.dts b/arch/arm/boot/dts/bcm94708.dts
> new file mode 100644
> index 0000000..49682d6
> --- /dev/null
> +++ b/arch/arm/boot/dts/bcm94708.dts
> @@ -0,0 +1,56 @@

[..]

> +/dts-v1/;
> +
> +#include "bcm4708.dtsi"
> +
> +/ {
> +	model = "NorthStar SVK (BCM94708)";
> +	compatible = "brcm,bcm94708", "brcm,bcm4708";
> +
> +	aliases {
> +		serial0 = &uart0;
> +	};
> +
> +	chosen {
> +		bootargs = "console=ttyS0,115200";

You can set stdout-path instead which even works for earlycon

-- 
Regards,
Sudeep

  parent reply	other threads:[~2015-10-21  9:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15 22:24 [PATCH v3 1/2] dt-bindings: Add new SoCs to bcm4708 DT bindings Jon Mason
2015-10-15 22:24 ` Jon Mason
2015-10-15 22:24 ` Jon Mason
2015-10-15 22:24 ` [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files Jon Mason
2015-10-15 22:24   ` Jon Mason
2015-10-15 22:24   ` Jon Mason
2015-10-16 21:41   ` Hauke Mehrtens
2015-10-16 21:41     ` Hauke Mehrtens
2015-10-16 22:38     ` Scott Branden
2015-10-16 22:38       ` Scott Branden
2015-10-16 22:38       ` Scott Branden
2015-10-16 22:42       ` Hauke Mehrtens
2015-10-16 22:42         ` Hauke Mehrtens
2015-10-16 22:51         ` Scott Branden
2015-10-16 22:51           ` Scott Branden
2015-10-16 22:51           ` Scott Branden
2015-10-21  9:07   ` Sudeep Holla [this message]
2015-10-21  9:07     ` Sudeep Holla
2015-10-21  9:07     ` Sudeep Holla
2015-10-16 21:42 ` [PATCH v3 1/2] dt-bindings: Add new SoCs to bcm4708 DT bindings Hauke Mehrtens
2015-10-16 21:42   ` Hauke Mehrtens
2015-10-16 22:39   ` Scott Branden
2015-10-16 22:39     ` Scott Branden
2015-10-16 22:39     ` Scott Branden
2015-10-21  2:21 ` Rob Herring
2015-10-21  2:21   ` Rob Herring
2015-10-21  2:21   ` Rob Herring

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=562755EF.5000803@arm.com \
    --to=sudeep.holla@arm.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.