mripard has quit [Remote host closed the connection]
<casept>
Hi, I'm trying to boot mainline on Rinato (Gear 2, Exynos3250-based) and am having issues bringing up eMMC and USB
<casept>
If I don't specify a root device on the cmdline I get the expected kernel panic, but eMMC partitions don't show up in the list of available partitions: https://casept.pastes.sh/log-norootdev.txt
<casept>
If I specify an initramfs, the panic goes away, but I get log lines suggesting that something is wrong with several regulators: https://casept.pastes.sh/log-with-initrd.txt
<casept>
I've also tried configuring a USB serial gadget, but the device simply doesn't show up on my host. This is tricky to debug, as I can only read logs post-mortem and don't have a bidirectional console
<casept>
I suspect this could also be a regulator issue, but am not sure and debugging without serial is tricky
<casept>
Any ideas what I could try? Regulator config seems to more-or-less match the downstream kernel, but it's hard to be sure because it's not dtree-based