<apritzel>
and the AXP717 is a bigger PMIC, which might be related to the AXP2202.
<apritzel>
We have seen that in the past: AXP1530 is apparently just another name for the AXP313, IIRC
<apritzel>
macromorgan: there are also several hits in a github codesearch for axp2202
apritzel has quit [Ping timeout: 480 seconds]
<macromorgan>
okay, I'll check for that... I'm working on bringup of an H700 device and that was one of the main bits that stuck out to me
<macromorgan>
The AXP2202, the display engine, and the audio codec look like they'll be needed but are missing from mainline. I'm not sure how similar it is to other existing H61x series stuff, but the address space is all the same.
montjoie_ has joined #linux-sunxi
montjoie has quit [Ping timeout: 480 seconds]
<macromorgan>
good call on the searching for the axp2022 in github. It's not perfect but I've found a few 4.9 kernels and even a 5.4 BSP kernel with a driver for that PMIC.
<macromorgan>
only downside is, without a datasheet I'm not sure I'd be willing to take on the burden of upstreaming it...
movedon5b2z4xywybidzannet[m] has joined #linux-sunxi
bauen1 has quit [Remote host closed the connection]
bauen1 has joined #linux-sunxi
apritzel has joined #linux-sunxi
paulk-bis has joined #linux-sunxi
paulk has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
machinehum has quit [Read error: Connection reset by peer]
machinehum has joined #linux-sunxi
<apritzel>
macromorgan: this is just the MFD driver part, which is fairly easy, though still quite far from mainline
<apritzel>
macromorgan: having a BSP *regulator* driver should give you all the bits you need for mainlining, the manual doesn't add too much to it, since in general the AXPs are quite similar