
21 Apr
2020
21 Apr
'20
3:10 a.m.
On 2020-04-20, Peter Robinson wrote:
add "boe,nv140fhmn49" display to compatible node.
I didn't see u-boot output on the eDP panel; not sure if that's expected. Once linux booted it did work just fine.
live well, vagrant
Signed-off-by: Peter Robinson pbrobinson@gmail.com Cc: Anatolij Gustschin agust@denx.de
drivers/video/simple_panel.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index c3c0e84732..5722811117 100644 --- a/drivers/video/simple_panel.c +++ b/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 = "boe,nv140fhmn49" }, { .compatible = "lg,lb070wv8" }, { }
};
2.26.1