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
Schimsalabim has joined #linux-sunxi
junari has joined #linux-sunxi
aggi has quit [Ping timeout: 480 seconds]
macromorgan_ has joined #linux-sunxi
macromorgan has quit [Read error: Connection reset by peer]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari__ has joined #linux-sunxi
junari has quit [Remote host closed the connection]
junari_ has quit [Ping timeout: 480 seconds]
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has joined #linux-sunxi
nashpa has joined #linux-sunxi
dliviu has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
dsimic is now known as Guest4084
dsimic has joined #linux-sunxi
Guest4084 has quit [Ping timeout: 480 seconds]
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
junari__ has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
warpme has quit []
Hypfer has quit [Ping timeout: 480 seconds]
Hypfer has joined #linux-sunxi
junari__ has joined #linux-sunxi
bauen1 has joined #linux-sunxi
aggi has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
<warpme> apritzel: curious your opinion: after update from 6.12.5 to 6.12.6 my t527/h728 devices stopped booting. Reason is: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/regulator?h=v6.12.6&id=10eb845a87193ef922cd002e0ff4f4759c1e918d But i'm not sure what values of ramp delay i need to add in dt to get booting back. Currently boot hangs on setting dcdc3 (dram vdd)....
warpme has left #linux-sunxi [Textual IRC Client: www.textualapp.com]
warpme has joined #linux-sunxi
warpme has quit []
junari__ is now known as junari
JohnDoe_71Rus has joined #linux-sunxi
ity1 has joined #linux-sunxi
ity has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has quit []
junari has quit [Remote host closed the connection]
ftg has joined #linux-sunxi
warpme has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
Robot_ has joined #linux-sunxi
pg12 has quit [Remote host closed the connection]
pg12 has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
warpme has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
warpme has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<apritzel> warpme: what are the voltages, in your DT and Syterkit? X96QPro+ has DDR3L DRAM, which needs 1.35-1.5V
buZz has quit [Read error: Connection reset by peer]
<apritzel> with the proper voltage set in Syterkit the kernel shouldn't touch the regulator
<apritzel> what are the messages before it hangs?
apritzel_ has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
<loki666> warpme: I'm the author of this patch, and unless your device is using a axp717, it shouldn't have any impact
<loki666> if your device is using a axp717, it set the ramp_delay for dvfs, usually dram vdd is not affected by dvfs...
<loki666> on my device dcdc3 (also vdram) reg is a fixed regulator set to 1.1v
apritzel_ has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
<apritzel> loki666 most A523 devices seem to use an AXP717, actually the Anbernic devices seem to be the odd ones from the H616 using that PMIC
<apritzel> so yes its DCDC3 on an AXP717 that's causing the problem,although I wonder why...
<apritzel> I guess the immediate hang goes away if we set the right voltage in both the DT and the bootloader, but it should not hang nevertheless
Robot_ has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
<loki666> yes on anbernic devices, u-boot and kernel dcdc3 are the sames
<loki666> but if A523 are using also the AXP717, I guess without that patch dvfs should also be broken... warpme can you revert that patch, and test dvfs using a dynamic cpu gov, or userspace and script that jump between lowest freq and highest freq
<apritzel> loki666 there is no Dvfs yet, we still lack the CPU clock - it's a separate clock unit (CCU) on this chip
<loki666> ah that explains