]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc13189d59ebb1314a636011e2d1b4569352e640
tree4a0b5a33bd0dbc2a39bcec49ccc3dc7f9c412d91
parent55248d6d43fcf53c8d43445b504731c4d5afe1a7
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