diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2016-01-16 11:51:10 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-12 14:26:26 -0800 |
commit | 8d289cc6237449bb9c26774893fc2cfcb1455fa3 (patch) | |
tree | 79e94a6afdc5da247f8445c1cfe46296967ce0e2 /arch/arm/boot/dts/omap3-igep.dtsi | |
parent | b4cc2b75ed1d4cf71c74c23d49e8d75d77a96405 (diff) | |
download | lwn-8d289cc6237449bb9c26774893fc2cfcb1455fa3.tar.gz lwn-8d289cc6237449bb9c26774893fc2cfcb1455fa3.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi index 3caf062f882c..4fc7e0f74e76 100644 --- a/arch/arm/boot/dts/omap3-igep.dtsi +++ b/arch/arm/boot/dts/omap3-igep.dtsi @@ -18,6 +18,10 @@ reg = <0x80000000 0x20000000>; /* 512 MB */ }; + chosen { + stdout-path = &uart3; + }; + sound { compatible = "ti,omap-twl4030"; ti,model = "igep2"; |