From patchwork Mon Apr 20 19:27:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Robinson X-Patchwork-Id: 238129 List-Id: U-Boot discussion From: pbrobinson at gmail.com (Peter Robinson) Date: Mon, 20 Apr 2020 20:27:32 +0100 Subject: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display In-Reply-To: <20200420192736.962307-1-pbrobinson@gmail.com> References: <20200420192736.962307-1-pbrobinson@gmail.com> Message-ID: <20200420192736.962307-2-pbrobinson@gmail.com> add "boe,nv140fhmn49" display to compatible node. Signed-off-by: Peter Robinson Cc: Anatolij Gustschin --- 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" }, { } };