tegra: nyan-big: Move the LCD driver to driver model
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2016 23:37:50 +0000 (16:37 -0700)
committerTom Warren <twarren@nvidia.com>
Tue, 16 Feb 2016 16:17:51 +0000 (09:17 -0700)
commitd76592122b347473f09a440702cc3be03e368511
treeb826b9e3566253e8a3f326bd0e46200a841f5f70
parent135a87ef43566cdd592fa9fd899bf435aa14aaa3
tegra: nyan-big: Move the LCD driver to driver model

Adjust the driver to use driver model. The SOR becomes a bridge device. We
use the normal simple_panel driver to handle the display itself. We also
need to enable some options such as regulators, PWMs and DM_VIDEO itself.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
configs/nyan-big_defconfig
drivers/video/Kconfig
drivers/video/simple_panel.c
drivers/video/tegra124/display.c
drivers/video/tegra124/dp.c
drivers/video/tegra124/sor.c
drivers/video/tegra124/sor.h
include/configs/nyan-big.h
include/fdtdec.h
lib/fdtdec.c