summaryrefslogtreecommitdiffstats
path: root/drivers/video/simple_panel.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-30 16:37:50 -0700
committerTom Warren <twarren@nvidia.com>2016-02-16 09:17:51 -0700
commitd76592122b347473f09a440702cc3be03e368511 (patch)
treeb826b9e3566253e8a3f326bd0e46200a841f5f70 /drivers/video/simple_panel.c
parent135a87ef43566cdd592fa9fd899bf435aa14aaa3 (diff)
downloadtalos-obmc-uboot-d76592122b347473f09a440702cc3be03e368511.tar.gz
talos-obmc-uboot-d76592122b347473f09a440702cc3be03e368511.zip
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>
Diffstat (limited to 'drivers/video/simple_panel.c')
-rw-r--r--drivers/video/simple_panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c
index b161517674..c73f24295a 100644
--- a/drivers/video/simple_panel.c
+++ b/drivers/video/simple_panel.c
@@ -85,6 +85,7 @@ static const struct panel_ops simple_panel_ops = {
static const struct udevice_id simple_panel_ids[] = {
{ .compatible = "simple-panel" },
+ { .compatible = "auo,b133xtn01" },
{ }
};
OpenPOWER on IntegriCloud