of: support passing console options with stdout-path
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 27 Nov 2014 17:56:07 +0000 (17:56 +0000)
committerGrant Likely <grant.likely@linaro.org>
Wed, 3 Dec 2014 23:12:37 +0000 (23:12 +0000)
commit7914a7c5651a51617d952e8fa745000ed8c4f001
tree4a0b5a33bd0dbc2a39bcec49ccc3dc7f9c412d91
parent75c28c09af99a0db0ccd8b4395469761aa736543
of: support passing console options with stdout-path

Support specifying console options (like with console=ttyXN,<options>)
by appending them to the stdout-path property after a separating ':'.

Example:
        stdout-path = "uart0:115200";

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
[grant.likely: minor rework to shorten the diffstat]
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c