Browse Source

video, simple_panel: add lg,lb070wv8 display

add "lg,lb070wv8" display to compatible node.

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 5 years ago
parent
commit
85288ffee6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/video/simple_panel.c

+ 1 - 0
drivers/video/simple_panel.c

@@ -105,6 +105,7 @@ static const struct udevice_id simple_panel_ids[] = {
 	{ .compatible = "auo,b133xtn01" },
 	{ .compatible = "auo,b116xw03" },
 	{ .compatible = "auo,b133htn01" },
+	{ .compatible = "lg,lb070wv8" },
 	{ }
 };