Skip to content

Commit

Permalink
arm/versatile: Add the uart as the stdout device.
Browse files Browse the repository at this point in the history
Add a stdout-path property to the Versatile devicetree so that automatic
console selection works without needing a console= line on the kernel
command line.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
  • Loading branch information
Grant Likely committed Jun 26, 2014
1 parent a208ffd commit 0038821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/versatile-ab.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
i2c0 = &i2c0;
};

chosen {
stdout-path = &uart0;
};

memory {
reg = <0x0 0x08000000>;
};
Expand Down

0 comments on commit 0038821

Please sign in to comment.