mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
tegra: dts: Move stdout-path to /chosen
This property should be in the /chosen node, not /aliases. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1 Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
079ff3b902
commit
e93812e81c
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
aliases {
|
||||
console = &uarta;
|
||||
stdout-path = &uarta;
|
||||
i2c0 = "/i2c@7000d000";
|
||||
i2c1 = "/i2c@7000c000";
|
||||
i2c2 = "/i2c@7000c400";
|
||||
|
@ -26,6 +25,10 @@
|
|||
usb2 = "/usb@7d004000";
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uarta;
|
||||
};
|
||||
|
||||
host1x@50000000 {
|
||||
dc@54200000 {
|
||||
display-timings {
|
||||
|
|
Loading…
Add table
Reference in a new issue