dm: serial: Add support for of-platdata
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:04 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitb484b0daefc43bb3a6258a44040b53602060b2af
treefd5d907e1821775882f71b112c5504bd35a7838a
parent7423daa60eb30b6613dfc19a51c55de23fd4d703
dm: serial: Add support for of-platdata

When this feature is enabled, we cannot access the device tree to find out
which serial device to use. Just use the first serial driver we find.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial-uclass.c