of: Add support for ePAPR "stdout-path" property
authorGrant Likely <grant.likely@linaro.org>
Fri, 28 Mar 2014 00:11:23 +0000 (17:11 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 04:32:07 +0000 (13:32 +0900)
commitbf15c84bfeb26bbb0f3d1f984f3f1dfa5e4dd8b4
tree8c344556cb33f31f71f99b40a9020cb2322f48eb
parente121709313f0aa5637c2bacfac79206f6fe9ade2
of: Add support for ePAPR "stdout-path" property

ePAPR 1.1 defines the "stdout-path" property for specifying the console
device, but Linux currently only handles the older "linux,stdout-path"
property. This patch adds parsing for the new property name.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
(cherry picked from commit 676e1b2fcd9dbb47a59baac13d089621d22c68b8)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/of/base.c