[PATCH v2 10/10] ARM: mvebu: import DT files for Dove SoC and SolidRun CuBox

Sascha Hauer s.hauer at pengutronix.de
Thu Jul 4 03:32:40 EDT 2013


On Tue, Jul 02, 2013 at 08:30:49PM +0200, Sebastian Hesselbarth wrote:
> This imports dove.dtsi and dove-cubox.dts from Linux kernel with timer
> node added.
> 
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>

Applied with two small changes

First I added dove-cubox.dtb to the Makefile

> diff --git a/arch/arm/dts/dove-cubox.dts b/arch/arm/dts/dove-cubox.dts
> +
> +	chosen {
> +		bootargs = "console=ttyS0,115200n8 earlyprintk";
> +		linux,stdoutpath = "/soc at f1000000/serial at 12000";
> +	};

Then I learned something about dtc. The above can be written as

	linux,stdoutpath = &uart0;

Which expands to the nodes full path.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list