Re: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display

2020-04-26 Thread Anatolij Gustschin
On Mon, 20 Apr 2020 20:27:32 +0100 Peter Robinson pbrobin...@gmail.com wrote: > 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(+) Applied to

Re: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display

2020-04-21 Thread Rtp
[ fwiw, please note that I've not subscribed to the uboot ml ] >> 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. I was trying to get working the eDP of my PBP and managed

Re: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display

2020-04-20 Thread Vagrant Cascadian
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 > Cc: Anatolij Gustschin > --- >

[PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display

2020-04-20 Thread Peter Robinson
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..572287 100644 ---