<aka_[m]>
Such regmapping seems to occur on some other socs too
<aka_[m]>
i havent tested if its erroring on 8953
<jhugo>
QFPROM could either be actual bits, or it could present a unified interface, sometimes those options are configured via multiple mechanisms (GPIO, efuses, etc), and so to make the bootloader simple, the QFPROM collects and ranks those various inputs to provide a final answer for the bootloader
<jhugo>
regarding the SSC series, I'm guessing it was jsut bad timing since there was just a merge window. My default advise would be to rebase it onto -rc1, and resend
<Mis012[m]>
jhugo: am I missing some partition for sdcard boot
<jhugo>
I expect most maintainers would be accepting code now
<jhugo>
I don't know about the partition table. Frankly, that output looks insane to me. Thats like 50 parittions where 3 would easily suffice
<Mis012[m]>
well, wanted to be on the safe side :P
<Mis012[m]>
jhugo: I now wonder if `pmic_a` is read by the PBL and that's how it knows which supplies are needed for UFS...
<Mis012[m]>
and if I therefore need to edit that in order for the sdcard to get powered
jhovold has quit [Ping timeout: 480 seconds]
<Mis012[m]>
doesn't really look like it...
<aka_[m]>
uh
<aka_[m]>
booting on 8953 is meh
<aka_[m]>
oh not this room,
<aka_[m]>
I wonder, is there any way to make q6afe clks to output real clock values?
<aka_[m]>
Now they are all exposed as 19200000.
<aka_[m]>
i know they are votes so its not that easy
<Mis012[m]>
well, if there are MND registers or some other way to set the clock, then it depends on whether Linux can read those registers (or whether the sw interface to LPASS fw has a command to get the clocks)
<Mis012[m]>
if there are no registers to set the clock, then it's clearly fixed :P
<Mis012[m]>
IF it's RW by Linux (which I doubt it will be in your case), you could just make an LPASSCC driver
<aka_[m]>
R is enought
<aka_[m]>
so i can try to understand whats going on
<Mis012[m]>
well, it would sure be better than nothing :P
<Mis012[m]>
but still not too optimistic
<Mis012[m]>
jhugo: well, thanks for help, I guess I should be connecting SWD to see what's going on but ironically that would make it impossible to test sd card booting :P
<Mis012[m]>
maybe it's also possible that the XBL on this device is not built with SD card boot support
<Mis012[m]>
don't recall if it can be compiled out