Re: Support for Pinebook Pro v2

2020-04-20 Thread Peter Robinson
On Mon, Apr 20, 2020 at 11:49 PM Vagrant Cascadian  wrote:
>
> On 2020-04-20, Peter Robinson wrote:
> > It took a little longer than I planned, took me a little bit to get it
> > working with the upstream device tree that landed in 5.7-rc1 but it's
> > there now.
> >
> > Tested with Fedora 32.
>
> I was unable to build applied against 2020.04 on Debian or GNU Guix,
> ending with essentially the same error:
>
> ld.bfd: drivers/built-in.o: in function `rk_edp_probe':
> /<>/drivers/video/rockchip/rk_edp.c:1059: undefined
> reference to `rk_setreg'
> ld.bfd: /<>/drivers/video/rockchip/rk_edp.c:1062: undefined
> reference to `rk_setreg'
> Segmentation fault
>
> Does this depend on patches added to mainline since v2020.04?

You'll need this one that I sent earlier today:
https://lists.denx.de/pipermail/u-boot/2020-April/407652.html
http://patchwork.ozlabs.org/project/uboot/patch/20200420181825.935797-1-pbrobin...@gmail.com/


Re: Support for Pinebook Pro v2

2020-04-20 Thread Vagrant Cascadian
On 2020-04-20, Peter Robinson wrote:
> It took a little longer than I planned, took me a little bit to get it
> working with the upstream device tree that landed in 5.7-rc1 but it's
> there now.
>
> Tested with Fedora 32.

I was unable to build applied against 2020.04 on Debian or GNU Guix,
ending with essentially the same error:

ld.bfd: drivers/built-in.o: in function `rk_edp_probe':
/<>/drivers/video/rockchip/rk_edp.c:1059: undefined
reference to `rk_setreg'
ld.bfd: /<>/drivers/video/rockchip/rk_edp.c:1062: undefined
reference to `rk_setreg'
Segmentation fault

Does this depend on patches added to mainline since v2020.04?


live well,
  vagrant


signature.asc
Description: PGP signature


Support for Pinebook Pro v2

2020-04-20 Thread Peter Robinson
It took a little longer than I planned, took me a little bit to get it
working with the upstream device tree that landed in 5.7-rc1 but it's
there now.

Tested with Fedora 32.

Peter