Commit c31a9a64 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski

ARM: dts: exynos: Add serial path for Rinato board to get earlycon support

Add 'chosen' node with 'stdout-path' property to instruct kernel which
serial driver should be used for kernel console/logs. This allows to
enable earlycon messages by adding just 'earlycon' parameter to kernel
command line.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 88c0fe33
......@@ -24,6 +24,10 @@ aliases {
i2c7 = &i2c_max77836;
};
chosen {
stdout-path = &serial_1;
};
memory@40000000 {
device_type = "memory";
reg = <0x40000000 0x1ff00000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment