NishanthMenon changed the topic of #linux-ti to: Linux development for TI SoCs | Logs: https://libera.irclog.whitequark.org/linux-ti/| paste logs in https://pastebin.ubuntu.com/ | Let it rock! Vendor SDK/kernel: Also see e2e.ti.com
Kubu_work has quit [Quit: Leaving.]
minash has quit [Remote host closed the connection]
minash has joined #linux-ti
florian_kc has quit [Ping timeout: 255 seconds]
umbramalison_alt has joined #linux-ti
loki_val has joined #linux-ti
umbramalison has quit [Ping timeout: 264 seconds]
crabbedhaloablut has quit [Ping timeout: 264 seconds]
florian has quit [Ping timeout: 264 seconds]
florian has joined #linux-ti
tomba has joined #linux-ti
pivi has quit [Ping timeout: 260 seconds]
Kubu_work has joined #linux-ti
eballetbo has joined #linux-ti
padovan16 has quit [Read error: Connection reset by peer]
padovan161 has joined #linux-ti
florian_kc has joined #linux-ti
pivi has joined #linux-ti
florian has quit [Quit: Ex-Chat]
ungeskriptet has quit [Ping timeout: 252 seconds]
florian_kc has quit [Ping timeout: 256 seconds]
ungeskriptet has joined #linux-ti
<javierm> NishanthMenon: I tested your patches, it makes the SDIO WiFi chip to be enumerated! But wlcore is failing to probe due a missing FW config:
<javierm> [ 37.582384] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
<javierm> it seems I need to generate a config? e.g: https://github.com/krtkl/wlconf
<NishanthMenon> the conf.bin file is un-necessary - based on what I remember from discussion with rcn-ee . there was some regulatory stuff depending on location etc.. rcn-ee might know more..
<javierm> I see
<NishanthMenon> wlcore should'nt depend on the conf.bin file from what I remember.. rcn-ee , you reported success https://lore.kernel.org/all/CAOCHtYjBCeHa_gT41NyRkuHOi0xkGrXFHxSKfSObWaTWdahyig@mail.gmail.com/ - assuming we did'nt need it?
<javierm> NishanthMenon: the driver isn't happy though, so I thought was due that: https://paste.centos.org/view/raw/0d5d14b7
<NishanthMenon> uggh.. :(
<javierm> this is with the latest Fedora kernel: 6.8.0-0.rc1.12.fc40.aarch64
<javierm> will have to dig more then...
<javierm> [ 37.582446] wlcore: WARNING falling back to default config
<NishanthMenon> wait.. there was some craziness with network-manager, as I recollect from discord
<javierm> this is what let me thought that the wl18xx-conf.bin wasn't that optional
<NishanthMenon> oh yeah - found it.. give me a min
<NishanthMenon> javierm: https://lore.kernel.org/lkml/20231213213219.566369-1-sukrut.bellary@linux.com/ was'nt merged yet since we were asking people to confirm it
<javierm> NishanthMenon: ah! I'll try that
<javierm> NishanthMenon: it helped. Now the constant warning is gone and also the stack trace but still fails with:
<javierm> [ 42.697135] wl1271_sdio mmc2:0001:2: wl12xx_sdio_power_on: failed to get_sync(-22)
<javierm> NishanthMenon: full boot log https://paste.centos.org/view/raw/a7dbfd2f
<NishanthMenon> from rcn-ee -> I hope you have these set javierm https://www.irccloud.com/pastebin/5Hm2RIvq/
<javierm> NishanthMenon: yeah I do: https://paste.centos.org/view/raw/0465e643
<NishanthMenon> hmm.. rcn-ee ^^ any clues?
<NishanthMenon> This is the code that is failing.. so early on - looks like for some reason the pwr seq driver is'nt succeeding? https://www.irccloud.com/pastebin/NjWBMmna/
<NishanthMenon> hmm.. wl_en - I expected wlan_en: supplied by vdd_3v3 somewhere.. regulator-fixed should be enabled by default.. hmm..
<javierm> NishanthMenon: yeah, I tried with "clk_ignore_unused pd_ignore_unused regulator_ignore_unused" in case something was getting disabled but didn't help
<javierm> NishanthMenon: when wlan_en was modeled as a fixed regulator, it had a 3v3 input voltage but a 1v8 output voltage
<javierm> does it matter? Now with pwrseq-simple, it's an enable GPIO (which is 3v3?)
<javierm> wonder if that regulator-fixed description wasn't correct and it was just about toggling a rest pin using that GPIO
<javierm> NishanthMenon: wait, I forgot to do your 0x4080 fixup after applying your patches
<NishanthMenon> javierm: should'nt impact.
<javierm> NishanthMenon: ah, Ok
<javierm> NishanthMenon: only patch #1 and #2 are for the WiFi then ?
<NishanthMenon> yup
<javierm> got it
<NishanthMenon> @javierm https://gist.github.com/nmenon/a6199e625d4e555bec232a87ff1d56a8 -> I just used defconfig (default am64 / defconfig) and I applied Sukrut's patch
florian_kc has joined #linux-ti
<javierm> NishanthMenon: arago! that brings me memories :)
<NishanthMenon> hehe ;)
<NishanthMenon> but key - it seems to get through fine.. so i would suspect .config
<javierm> NishanthMenon: yeah, thanks. I'll compare arm64 defconfig with the Fedora config
<javierm> NishanthMenon: your driver tries to load [ 26.059635] wl18xx_driver wl18xx.6.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
<javierm> mine doesn't
florian_kc has quit [Ping timeout: 255 seconds]
Kubu_work has quit [Quit: Leaving.]
tomba has quit [Ping timeout: 255 seconds]
Kubu_work has joined #linux-ti
florian_kc has joined #linux-ti
Kubu_work has quit [Quit: Leaving.]
Kubu_work has joined #linux-ti
Kubu_work has quit [Client Quit]
florian_kc has quit [Ping timeout: 255 seconds]
florian_kc has joined #linux-ti