nighty^ has quit [Quit: Disappears in a puff of smoke]
naobsd has joined #linux-rockchip
Tony__ has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 255 seconds]
Tony__ has quit [Ping timeout: 252 seconds]
Tony__ has joined #linux-rockchip
Astralix|away has joined #linux-rockchip
RokQuarry has quit [Ping timeout: 265 seconds]
Astralix` has quit [Ping timeout: 264 seconds]
RokQuarry has joined #linux-rockchip
RokQuarry has quit [Client Quit]
amstan has quit [Ping timeout: 272 seconds]
amstan has joined #linux-rockchip
amstan has joined #linux-rockchip
sunilmohan_w has quit [Ping timeout: 252 seconds]
sunilmohan_w has joined #linux-rockchip
Astralix|away is now known as Astralix
levd has joined #linux-rockchip
wildea01 has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 246 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 256 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
naobsd has quit [Quit: naobsd]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 250 seconds]
levd has quit [Ping timeout: 264 seconds]
Tony__ has quit [Remote host closed the connection]
wildea01 has quit [Quit: leaving]
markm_ has joined #linux-rockchip
markm has quit [Ping timeout: 246 seconds]
premoboss has joined #linux-rockchip
nighty^ has joined #linux-rockchip
markm_ has quit [Ping timeout: 256 seconds]
markm has joined #linux-rockchip
premoboss has quit [Remote host closed the connection]
FreezingCold has joined #linux-rockchip
<c0d3z3r0>
mmind00: I had a look at the act8846 datasheet and the rock schematic again. it seems that the power cycle does not reset the voltages.
<c0d3z3r0>
that's what naobsd suspected yesterday
<c0d3z3r0>
I'm not really sure what pwrhold does but the reset key pulls down pwrhold to do a reset as you said and that seems to work. the rk3188 is connected to pwrhld through GPIO0_A0 / AC4 so we could reset the rock by pulling that pin down.
<c0d3z3r0>
since that is a board specific thing it would be a good idea to set the pin via dts and add an additional restart handler accordingly.
<c0d3z3r0>
the only problem I see for now is that we cannot pull it up again and reenable the regulator. what do you think about that?
<mmind00>
c0d3z3r0: hmm, I guess simply try drivers/power/reset/gpio-restart.c [temporarily increase its priority above the current 128) and see what happens? :-)
<c0d3z3r0>
mmind00: how can I get the right gpio number for GPIO0_B[2]? I've been searching for hours but didn't really find anything :/