rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
___nick___ has quit [Ping timeout: 248 seconds]
urja has quit [Read error: Connection reset by peer]
urja has joined #u-boot
<samueldr>
hi, I'm trying to better understand the display bits of U-Boot and the driver model, and I can't figure out why drivers aren't being attempted at being probed
<samueldr>
this is for an RK3399 target
<samueldr>
with the (abandonware?) rk3399_mipi driver in upstream U-Boot's tree
<samueldr>
though I remember having trouble wrapping my head around a similar issue in an unfruitful attempt on another unrelated board previously
<samueldr>
what should cause the vidconsole driver to be probed?
mmu_man has joined #u-boot
akaWolf has quit [Ping timeout: 240 seconds]
<samueldr>
AFAICT stdio_probe_device should end-up probing UCLASS_VIDEO seq 0, which is the vop driver, and it doesn't... ends-up with a ENOENT from uclass_get_device_by_seq
<samueldr>
dm tree shows there's class/index as video/0, am I missing something?
akaWolf has joined #u-boot
sbach has quit [Read error: Connection reset by peer]