Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1252592
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files |
| Date | 2015-10-21 11:10 +0200 |
| Message-ID | <qlXzb-6P0-5@gated-at.bofh.it> (permalink) |
| References | <qjZc7-3ni-25@gated-at.bofh.it> <qjZc7-3ni-29@gated-at.bofh.it> |
| Organization | ARM |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files Sudeep Holla <sudeep.holla@arm.com> - 2015-10-21 11:10 +0200
csiph-web