From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis Date: Tue, 27 Oct 2020 22:52:34 +0100 (CET) Subject: [PATCH 2/2] video: simple_panel: Add boe,nv101wxmn51 display In-Reply-To: <20201027214155.17246-2-alpernebiyasak@gmail.com> (message from Alper Nebi Yasak on Wed, 28 Oct 2020 00:41:55 +0300) References: <20201027214155.17246-1-alpernebiyasak@gmail.com> <20201027214155.17246-2-alpernebiyasak@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Alper Nebi Yasak > Date: Wed, 28 Oct 2020 00:41:55 +0300 > > Add "boe,nv101wxmn51" to the compatible node. This is the panel for > chromebook_bob. I do have bob, and would be interested in testing chainloading u-boot on it. Can you give some guidance on how to test this? Which set of patches do I need? Thanks, Mark > Signed-off-by: Alper Nebi Yasak > --- > I didn't test this as I don't have a gru-bob, but this panel is listed > among Linux's simple-panel compatibles [1] just like gru-kevin's (which > I tested) so I strongly believe it should work. > > [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > > 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 d454c11f7eea..0f674c95c00e 100644 > --- a/drivers/video/simple_panel.c > +++ b/drivers/video/simple_panel.c > @@ -109,6 +109,7 @@ static const struct udevice_id simple_panel_ids[] = { > { .compatible = "boe,nv140fhmn49" }, > { .compatible = "lg,lb070wv8" }, > { .compatible = "sharp,lq123p1jx31" }, > + { .compatible = "boe,nv101wxmn51" }, > { } > }; > > -- > 2.28.0 > >