forked from Minki/linux
ARM: dts: igep00x0: Specify the device to be used for boot console output.
UART3 device is the device to be used for boot console output. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
b4cc2b75ed
commit
8d289cc623
@ -18,6 +18,10 @@
|
||||
reg = <0x80000000 0x20000000>; /* 512 MB */
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart3;
|
||||
};
|
||||
|
||||
sound {
|
||||
compatible = "ti,omap-twl4030";
|
||||
ti,model = "igep2";
|
||||
|
Loading…
Reference in New Issue
Block a user