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)
committerGrant Likely <grant.likely@linaro.org>
Fri, 28 Mar 2014 15:17:23 +0000 (08:17 -0700)
commit676e1b2fcd9dbb47a59baac13d089621d22c68b8
tree58eab3431cdc5dd0a927c23b50e2447f15738bf8
parentca3992bc0c12e381deb84cd47ec1181a6d34660d
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>
drivers/of/base.c