commit | 5c19e95216b93b0d29c6a4887e69a980edc6fc81 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Mon Aug 05 14:40:44 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 11:23:53 2013 -0700 |
tree | 345252b59a83bec24735caa96beead84f38a107d | |
parent | a324e4de0ce5c467b33a54ed65cc2f41c68855ae [diff] |
OF: Add helper for matching against linux,stdout-path devicetrees may have a linux,stdout-path property in the chosen node describing the console device. This adds a helper function to match a device against this property so a driver can call add_preferred_console for a matching device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>