ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
<tokyovigilante> awesome, thanks
<Jookia> tokyovigilante: the cover letter isn't being reviewed :)
apritzel has quit [Ping timeout: 480 seconds]
vickycq has quit [Remote host closed the connection]
vickycq has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 480 seconds]
montjoie has joined #linux-sunxi
montjoie_ has quit [Ping timeout: 480 seconds]
jernej_ has joined #linux-sunxi
jernej has quit [Ping timeout: 480 seconds]
KREYREN_oftc has joined #linux-sunxi
<KREYREN_oftc> What's A64-H? I just noticed that it's on my OlinuXino-A64
<KREYREN_oftc> but teres has A64 without H
<Jookia> new A64 dropped?
<KREYREN_oftc> Jookia, i got the olinuxino board with teres so kinda like 1 year now?
<Jookia> maybe ask olimex
<KREYREN_oftc> Jookia, he's avoiding me i ask too many questions
<KREYREN_oftc> and mocking him for teres CPUs
<KREYREN_oftc> .. for the mad man to release MIPS board
<Jookia> yeah if you mock someone they won't reply to you
<KREYREN_oftc> it's supportive motivation rather than mocking but he mostly doesn't talk with me bcs i have too many teres questions
<KREYREN_oftc> though i have a method to make him merge my things https://github.com/OLIMEX/DIY-LAPTOP/pull/69#issuecomment-1998637273
<KREYREN_oftc> 50% success rate so far
vagrantc has quit [Quit: leaving]
<KREYREN_oftc> it seem that A64-H is a version designed for industrial use, appears to be the same chip just different housing for it?
Daanct12 has quit [Quit: WeeChat 4.2.2]
Daanct12 has joined #linux-sunxi
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
ungeskriptet is now known as Guest2198
ungeskriptet has joined #linux-sunxi
<gamiee> KREYREN_oftc: A64-H is same chip as A64, -H means HDMI. It's some weird deal with HDMI company and Allwinner.
Guest2198 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
indy_ is now known as indy
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
<KREYREN_oftc> gamiee, is the A64 without the -H not working well with HDMI?
Schimsalabim_ has joined #linux-sunxi
Schimsalabim_ has quit []
<gamiee> KREYREN_oftc : no, it works absolutely fine. It's just new batch of A64's with -H postfix, but same stuff as far as I remember.
<KREYREN_oftc> gamiee, i see O.o
<Jookia> it.s the h series, buy more :)
KREYREN_oftc has quit [Remote host closed the connection]
KREYREN_oftc has joined #linux-sunxi
<buZz> HA64? :D sounds nice
apritzel has joined #linux-sunxi
<Jookia> H64-A
libv_ is now known as libv
<tokyovigilante> macromorgan_: I'm not seeing any instability allowing ALDO1 a range of 1.8-3.3v, but then SD2 fails to work
<tokyovigilante> which doesn't quite make sense given the vendor BSP allows 0.5-3.5v, but *shrug*
KREYREN_oftc has quit [Remote host closed the connection]
<tokyovigilante> actually, SD2 fails to work unless I define a fixed vcc_3v3_sd2 regulator, but not even using it for vmmc (using CLDO4 as in my v3 patches). Must be something to do with the GPIO regulator, but it's in the too hard basket for tonight
vpeter has quit [Ping timeout: 480 seconds]
<apritzel> tokyovigilante: see my reply to macromorgan_'s mail ...
<tokyovigilante> was just reading that, ta. I'm inferring the regulator itself is a red herring and there's another way to describe that level-shift GPIO?
<apritzel> my hunch is that it's really the two regulators and a switch. Just not sure if that switch is before VCC-PC (easier), or just covering the PC SD pins
<tokyovigilante> ok, cool. acceptable to leave that extra regulator in then?
<apritzel> there is gpio-regulator.yaml which can describe such a circuit, check sun50i-h5-emlid-neutis-n5-devboard.dts for an example
<tokyovigilante> ta, will do. this was the only thing i couldnt figure out blocking a v4
<apritzel> but I am tempted to not introduce that at this stage, but instead just go with one 3.3V for now
vpeter has joined #linux-sunxi
<tokyovigilante> i'm cetainly happy if it just works, long term will be nice to get UHS speeds
<apritzel> certainly, but we should be fairly confident how it works then
<apritzel> and it would actually be the first Allwinner board utilising UHS speeds in mainline, AFAIK
<apritzel> because this supply switching hasn't been done before, and it's a bit tricky to do on SDC0. The H616 actually introduced some internal muxer, though we don't support this yet
<apritzel> and it's rare that people put a second SD card on a board. Also changing the whole VCC-PC supply basically sacrifices the whole PortC for being used for anything else
<apritzel> unless that can cope with suddenly being switched between 1.8V and 3.3V I/O levels, which might be OK for switches, but would certainly not be easy for LEDs, for instance, or other chips
<tokyovigilante> that was one of the draws of tbe device, other handheld/portables like the uconsole or even the rPi make you choose eMMC or SD, not both. but all the Anbernic devices seem to have two slots.
<tokyovigilante> to be fair the regulator-gpio doesnt look too bad, presumably only two levels and we already know tbe right pin, so able to brute-force it (my usual dev method)
<apritzel> problems seems to be that regulator-gpio somewhat seems to take those voltage supplies "out of thin air"
<apritzel> what we actually want is a muxer: two supply voltages, and one GPIO to toggle the output between the two
<apritzel> I couldn't find such a thing yet
<apritzel> that's why I think it's best to hold back with that idea for now, to not jeopardise the whole DT being merged
<apritzel> jernej_ will probably send the PR tomorrow evening (GMTish time zome), that sounds a bit of a close call for experiments
<tokyovigilante> sure. ok will leave as is for now, but that extra vcc-3v3-sd2 seems to be required regardless, so will leave as is for now
<tokyovigilante> does jernej_ have a muxer patch or are you meaning the DT v4?
<apritzel> I meant the deadline for v6.10 inclusion is probs tomorrow, when jernej_ sends the sunxi PR up the chain
<tokyovigilante> ah right, will keep it simple then
<tokyovigilante> thanks again for all the help, been a wild ride and learning experience
<apritzel> np, glad it worked out so well