<apritzel>
jernej: though the very last patch (Add TPR2 parameter ...) breaks the X96 Mate: it only detects 2048MB, and then hangs, not returning to FEL
<apritzel>
TPR2 seems to be 0 in boot0, as in the .config
<wens>
interesting, someone sent patches for AXP15060, which is said to be used on StarFive VisionFive 2
<apritzel>
wens: wasn't that somewhat announced here recently?
<apritzel>
also it seems to be very similar (if not identical) to the AXP853T, right?
<wens>
I must have missed it. and searching for AXP15060 does give a datasheet for AXP853T, but the title in the PDF file metadata says AXP15060, so I guess they are the same?
<apritzel>
wens: sounds similar to the AXP313 vs AXP1530, I guess
* apritzel
has stopped wondering about those namings ;-)
<apritzel>
wens: but thanks for the heads up anyway, I might have a look, as long as the AXP313 knowledge is still fresh
<wens>
MediaTek has non-sensible chip names as well ... I stopped guessing
<apritzel>
looks like a bigger version of the AXP313 (more regulators), but still no battery charging
warpme has quit []
warpme has joined #linux-sunxi
<jernej>
apritzel: thanks for the testing, I fixed the issue
<jernej>
do you mind testing it again?
<wens>
apritzel: probably not targeting portable devices?
cnxsoft has quit []
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
<apritzel>
wens: yeah, I think junari mentioned that his T507 board also had a AXP853
<apritzel>
wens: at least this makes more sense than the AXP313, which only has three DCDCs, that's quite short already for the typical setup
<apritzel>
jernej: on it ...
<apritzel>
jernej: that boots now, but shows only 2048M, so half of the real amount
<apritzel>
jernej: if I also invert the "if (para->tpr2 & 1)", it seems to work
<apritzel>
(which also makes some sense given the diff)
<apritzel>
jernej: oh, and many thanks for the U-Boot reviews, btw, that's very helpful!