<mriesch>
robmur01: any thoughts on how to proceed with "drm/rockchip: dw_hdmi: relax mode_valid hook" ?
<mriesch>
IIUC the rk3328 and the rk3288 don't have the synopsys phy and we need to split off the config table in order to get 4k support for rk3399 + rk356x?
<robmur01>
mriesch: right, I think rk3328 and rk3228 need their own proper mode_valid implementation, which in turn looks like it probably needs the inno-hdmi phy driver to implement a .validate op
<mriesch>
robmur01: ok, because sascha suggested to create a rk356x specific solution (which would be ok for me btw :-))
<mriesch>
care to answer his suggestion on the mailing list? there has been no news in this thread for nearly a month nwo
<mps>
anyone have rk3288 kernel config for nanopi r2s
<mps>
i.e. what mmc driver is needed to be enabled
stikonas has joined #linux-rockchip
minimal has joined #linux-rockchip
warpme___ has quit [Quit: Connection closed for inactivity]
<robmur01>
R2S doesn't need anything special, just all the standard rockchip stuff plus USB_RTL8152 if you want the second ethernet port
<mps>
so I guess make defconfig should work 'out of the box' except kernel will be big
filoozom has joined #linux-rockchip
<filoozom>
Hi guys, just arrived based on mps's suggestion from the alpine-linux IRC. I have trouble getting Alpine to run on NanoPi R2S, despite building custom kernels with everything I could imagine (also tried armbian's config). Basically, I can't get the kernel to see the microSD card, despite having all the rockchip modules that I know of and u-boot
<filoozom>
working from the same card
lurchi_ is now known as lurchi__
<mps>
filoozom: to repeat also here, did you copied proper dtb
<minimal>
filoozom: well actually it is more a case of the kernel not seeing the SD controller
<filoozom>
I see that the dbs from armbian are quite different than the ones from the stable kernel, is it possible that those files need to be patched for some reason?
<mps>
filoozom: I think you should not patch dts, just copy compiled dtb
<filoozom>
I copied the compiled dtb and also tried to use the armbian edge and armbian stable "in place" (so not from my kernel build)
<mps>
afaik armbian have patches for some things
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #linux-rockchip
naoki has quit [Quit: naoki]
warpme___ has joined #linux-rockchip
<filoozom>
Update: a `make defconfig` 5.19.10 build did indeed work without any issues