rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
apritzel has quit [Ping timeout: 268 seconds]
jernej_ has joined #linux-sunxi
jelly has quit [Remote host closed the connection]
jernej has quit [Ping timeout: 250 seconds]
jernej_ is now known as jernej
jelly-home has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
ganbold has joined #linux-sunxi
lkcl has joined #linux-sunxi
kaspter has joined #linux-sunxi
kaspter has quit [Excess Flood]
kaspter has joined #linux-sunxi
vpeter has quit [Ping timeout: 246 seconds]
wigyori has quit [Ping timeout: 246 seconds]
Perlovka has quit [Ping timeout: 246 seconds]
vpeter has joined #linux-sunxi
wigyori has joined #linux-sunxi
Perlovka has joined #linux-sunxi
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 240 seconds]
specing_ is now known as specing
lkcl has quit [Ping timeout: 240 seconds]
tuxd3v has quit [Remote host closed the connection]
lkcl has joined #linux-sunxi
kaspter has quit [Ping timeout: 252 seconds]
kaspter has joined #linux-sunxi
faruk has joined #linux-sunxi
buzzmarshall has quit [Remote host closed the connection]
lkcl has quit [Ping timeout: 246 seconds]
lkcl has joined #linux-sunxi
apritzel has joined #linux-sunxi
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
apritzel has quit [Ping timeout: 246 seconds]
hlauer has joined #linux-sunxi
lkcl has quit [Ping timeout: 246 seconds]
lkcl has joined #linux-sunxi
cmeerw has joined #linux-sunxi
cmeerw has quit [Ping timeout: 276 seconds]
<MoeIcenowy> Allwinner D1 is finally officially announced.
<wens> MoeIcenowy: you get one?
<MoeIcenowy> nope
reinforce has joined #linux-sunxi
tnovotny has joined #linux-sunxi
<gediz0x539> good news
matthias_bgg has joined #linux-sunxi
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #linux-sunxi
dev1990 has joined #linux-sunxi
suprothunderbolt has joined #linux-sunxi
<suprothunderbolt> not sure if I've found a bug with sun4i-i2s... the docs for the a64 appear to suggest only 1-4 channels decode from TDM but the code suggest 1-8. Anyone know if >4 channel is possible?
apritzel has joined #linux-sunxi
<buZz> if maxime says its 8 , its probably 8
<buZz> suprothunderbolt: maybe docs talk about stereo channels?
<suprothunderbolt> maybe...
<suprothunderbolt> DA_TXCHMAP looks the most interesting,
<suprothunderbolt> says: 1xx: Reserved
<suprothunderbolt> but default value is Default Value: 0x76543210)
<suprothunderbolt> 31:15 / / / unused
<suprothunderbolt> so not sure why it's not 0x00003210
<suprothunderbolt> if 4567 are unmappable.
<mripard> suprothunderbolt: my understanding is that it can output either 8 channels in TDM (so over a single "lane") and there's some example of that in the timing diagram in the user manual?
<mripard> (figure 7-12, page 621)
<mripard> which doc confused you?
<suprothunderbolt> mripard, thanks for the reference to the timing diagram, I'll check it
<mripard> ah, I have an older version here (1.0)
<mripard> it might be that the old one is wrong
<mripard> so we're both right :)
<mripard> (and both versions are consistent)
<mripard> there's several instances of the i2s controller
<mripard> the one you were mentioning indeed seem to only be able to deal with 4 channels
<mripard> and is the one going to the embedded audio codec
<mripard> but there's also some generic purpose I2S controller with the digital bus going over some of the SoC pins
<mripard> and those can deal with 8 channels
<mripard> otherwise they have the same design
<suprothunderbolt> oh okay, what's the registers for the 8 channel one? I'll then just have to work out why my other channels aren't working I was worried it was wrong
<suprothunderbolt> the timing diagram mentions all 8 channels in TDM mode
<suprothunderbolt> [shr 623 in version 1.1
<suprothunderbolt> oops pages 623
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
<suprothunderbolt> ahh page 637, my mistake. I saw there was 2 I2S channels but assumed they were the same.
<mripard> yep :)
<suprothunderbolt> mripard, thanks for the help! Now I'll attempt to work out why it isn't working... :) the first 4 channels are coming through fine and I've got it connected to this pin.
<suprothunderbolt> thanks again
Irenes has quit [Ping timeout: 260 seconds]
Irenes has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 265 seconds]
specing has quit [Ping timeout: 252 seconds]
specing_ has joined #linux-sunxi
specing_ is now known as specing
victhor has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
victhor has joined #linux-sunxi
jelly-home is now known as jelly
netlynx has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
<BenG83> apritzel, is it possible that https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/allwinner?h=linux-4.19.y&id=5401debf6e6ca67754760080c74f5735d81cc15d this still breaks LTS boards, I got some reports of boards not booting after an update
<BenG83> and looking at the schematics, it seems that the card detect is inverted between SOPine and LTS?
<BenG83> so they don´t work both with cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
victhor has joined #linux-sunxi
<BenG83> unless there is another issue and I´m missing something
victhor has quit [Remote host closed the connection]
victhor has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
BenG83 has joined #linux-sunxi
uis has joined #linux-sunxi
<apritzel> BenG83: yes, you are spot on ;-)
<BenG83> ah, I just saw it is already fixed in linux-next :)
<apritzel> BenG83: well, that's still broken -
<apritzel> it's what I posted yesterday, on top of this in -next
TEKrantz has quit [Quit: If you can't laugh at yourself, make fun of other people.]
<BenG83> ah ok, thanks for the heads up
<apritzel> BenG83: the *mechanical* switches between SOPine and LTS have inverted semantic (the SOPine has a "push-pull" style switch), and that's why I think there is this inverter transistor on the Pine64-LTS
BenG83 has quit [Quit: Leaving]
<apritzel> which makes the level on the GPIO pin the same, so that the SOPine and LTS stay compatible
BenG83 has joined #linux-sunxi
<apritzel> that's at least my theory on this
<BenG83> I was wondering about that, but could not find the card slot info quickly
victhor has quit [Remote host closed the connection]
gaston1980 has quit [Ping timeout: 240 seconds]
Pak0st has joined #linux-sunxi
Pak0st has quit [Quit: Connection closed]
faruk has quit [Quit: Leaving]
kaspter has quit [Ping timeout: 246 seconds]
davide has joined #linux-sunxi
kaspter has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
choozy has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
cmeerw has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
palmer has joined #linux-sunxi
buzzmarshall has joined #linux-sunxi
<palmer> I'm just dropping in to say hi -- not sure if any of you guys have a D1 yet, but I am obviously pretty excited for it. LMK if there's anything I can do to help!
gaston1980 has joined #linux-sunxi
davide has quit [Quit: Connection closed]
lkcl has quit [Ping timeout: 240 seconds]
Irenes has quit [Ping timeout: 258 seconds]
kop316 has joined #linux-sunxi
lkcl has joined #linux-sunxi
Irenes has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 240 seconds]
victhor has joined #linux-sunxi
lkcl has quit [Ping timeout: 246 seconds]
lkcl has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
victhor has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
apritzel has quit [Ping timeout: 246 seconds]
apritzel has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
matthias_bgg has quit [Ping timeout: 252 seconds]
megi has quit [Quit: WeeChat 3.1]
megi has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
warpme_ has quit [Quit: Connection closed for inactivity]
hlauer has quit [Ping timeout: 246 seconds]
gaston1980 has quit [Quit: Konversation terminated!]
gaston1980 has joined #linux-sunxi
vagrantc has joined #linux-sunxi
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
kop316 has quit [Remote host closed the connection]
<dlan> palmer: re D1, I heard that they are busy validating.. but not ship yet, due to shortage of chips (for global tight silicon production capacity)
<palmer> there was a twitter this morning about it shipping in May
<palmer> let me see if I can dig it up, maybe I misread somethnig
akaWolf has quit [Ping timeout: 240 seconds]
<vagrantc> what shipping?
<[TheBug]> can I ask something though, D1, why??
<[TheBug]> I don't know I see the value of that board, but I am sure there is one there
<[TheBug]> I mean is it supposed to be for a media box with all the VPU stuff, or is it supposed to be a low power IoT device.. its seems a bit confused
<palmer> IMO it's just a proving ground for their RISC-V IP
<palmer> I can't find the May date, so maybe I'm just wrong
<[TheBug]> but essentially a A10 would have more mature support wouldn't it?
<[TheBug]> and do most of those things ( okay not some of the video decode)
<[TheBug]> ahh I see someone on CNX mentioned, "This is chip is optimized to build Amazon Echo type audio devices. "
<palmer> ya, well, anything ARM based is going to have better software support than anything RISC-V based
<palmer> but we have to start somewhere
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
cmeerw has quit [Ping timeout: 245 seconds]
Mangy_Dog has quit [Ping timeout: 240 seconds]
specing_ has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
specing has quit [Ping timeout: 265 seconds]
specing_ is now known as specing