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

Sebastian Hesselbarth sebastian.hesselbarth at gmail.com
Thu Jul 4 03:38:11 EDT 2013


On 07/04/13 09:32, Sascha Hauer wrote:
> 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.

Great, I was going to think about adding linux,stdoutpath-phandle
just because of the freaking long name above.

Also, yesterday I realized that I updated solidrun_cubox_defconfig
with CONFIG_CONSOLE_ACTIVATE_NONE=y. Leaves it with no console.
I will retest with your changes but maybe I haven't yet fully
understood the dependencies here.

Sebastian




More information about the barebox mailing list