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
apritzel has quit [Ping timeout: 480 seconds]
kjn260 has quit [Read error: Connection reset by peer]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
gsz has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari_ has quit [Remote host closed the connection]
colinsane has quit []
colinsane has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme has quit []
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
tlwoerner_ has joined #linux-sunxi
tlwoerner has quit [Ping timeout: 480 seconds]
mripard has joined #linux-sunxi
ungeskriptet has quit [Quit: Contact: https://david-w.eu]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
ungeskriptet has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
gsz has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
bauen1_ has quit [Ping timeout: 480 seconds]
ungeskriptet has quit [Quit: Contact: https://david-w.eu]
ungeskriptet has joined #linux-sunxi
gsz has joined #linux-sunxi
bauen1 has joined #linux-sunxi
warpme has quit []
colinsane has quit []
warpme has joined #linux-sunxi
colinsane has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
dsimic is now known as Guest867
dsimic has joined #linux-sunxi
Guest867 has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has quit []
bauen1 has quit [Ping timeout: 480 seconds]
tlwoerner_ has quit []
hentai has joined #linux-sunxi
tlwoerner has joined #linux-sunxi
vagrantc has joined #linux-sunxi
<macromorgan> is there an easy way to get the i2c bus the PMIC is on in SPL mode in U-Boot? Wondering if there's a macro or something I'm missing...
<macromorgan> I figured out that if I pull PE11 high I can check the input to see if I have a joystick or not (0 = joystick, 1 = no) and PG5 pulled high can check if I have wifi or not (0 = wifi and 1 = no)
<macromorgan> now I'm just trying to figure out how to probe the same i2c bus as the PMIC for a device at address 0x51
<apritzel> can't you just read a PMIC register and see if that fails?
<macromorgan> I need to read a register on a device other than the PMIC
<macromorgan> sometimes an external RTC is present and sometimes it's not
<macromorgan> I want to avoid hard coding the i2c bus if possible in case other ones get enabled
<macromorgan> but I can hard code the path on the device tree
apritzel has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
macromorgan has quit [Ping timeout: 480 seconds]
macromorgan has joined #linux-sunxi
gsz_ has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
gsz_ has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
ftg has joined #linux-sunxi
colinsane has quit []
colinsane has joined #linux-sunxi
apritzel has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.4 Quasar http://www.kvirc.net/]
gsz has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
<tokyovigilante> junari: try https://git.sr.ht/~tokyovigilante/linux/log/anbernic-hdmi-mainline for hopefully working HDMI (LCD and HDMI both enabled in this branch but only LCD tested, I will get my cable out when I get a chance) or https://git.sr.ht/~tokyovigilante/linux/log/h700-gpu-mainline for working GPU on top
gsz has joined #linux-sunxi
gsz_ has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
hentai has quit [Quit: SIGTERM]
hentai has joined #linux-sunxi
<apritzel> macromorgan: are we still talking about detecting one out of five very specific devices? And you do this in the SPL?
<apritzel> macromorgan: assuming yes and yes: there is no point in being generic here: this is a very specific firmware quirk, you can (and should) hardcode everything.
<apritzel> If a sixth device appear, we will deal with that then
<apritzel> we don't promise anything other than: this firmware image works for any of those specifically listed Anbernic devices. Future devices are not supported (yet).
<apritzel> besides: in the SPL you have only one I2C bus anyway: the one selected via CONFIG_{R_,}I2C{,0,1}_ENABLE. And the RTC *is* on the same bus as the PMIC, isn't it?
ftg has quit [Read error: Connection reset by peer]
Schimsalabim has quit [Read error: Connection reset by peer]