dm: stdio: video: Plumb the video uclass into stdio
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:23 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:15 +0000 (19:10 -0700)
commite3b81c1c0dbd677338163517ed22a1b6f5cb4e07
treed9d5e9f873817e99fcfeb415692a86cee26f1960
parentb01c7923e3923680d9389bcd7cf5ad2e5f083e30
dm: stdio: video: Plumb the video uclass into stdio

Register video drivers with stdio so that they can be used for text output.
This needs to be done explicitly for now. At some point we should be able to
convert stdio itself to driver model and avoid this step.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
common/stdio.c