
20 Jan
2016
20 Jan
'16
9:26 p.m.
On 13 January 2016 at 20:38, Bin Meng bmeng.cn@gmail.com wrote:
This reverts commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b.
The fix up in the /aliases node does not work under the following scenarios:
- Not every non-DM serial driver was written to have a driver name that conforms the format of "serial%d" or "eserial%d".
- With driver model serial, the stdio_devices[] stores the serial device node name in the device tree.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Rewrite the commit message using 'git revert' format.
common/fdt_support.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-)
Acked-by: Simon Glass sjg@chromium.org