Danct12 changed the topic of #msm8937-mainline to: Boot Linux on your MSM8917/37/40 and QM215 mobile! | GitHub: https://github.com/msm89x7-mainline | Logs: https://oftc.irclog.whitequark.org/msm8937-mainline
<Danct12[m]> <hacker420[m]> "guess we wait for danct to..." <- please talk to Pine64 IRC operators inste
<Danct12[m]> s/inste/instead /
<hacker420[m]> <Danct12[m]> "please talk to Pine64 IRC..." <- so it's some spammer?
<hacker420[m]> <barni2000[m]> "qcom,msm-id = <303 0x0>, <308 0x..." <- > <@barni2000:matrix.org> qcom,msm-id = <303 0x0>, <308 0x0>, <309 0x0>; #QCOM_ID_MSM8917 QCOM_ID_MSM8217 QCOM_ID_MSM8617
<hacker420[m]> > what is 8217 and 8617?
<hacker420[m]> guess some cut versions?
<barni2000[m]> maybe idk i have just find those in ugglite downstream dt
<barni2000[m]> ugglite is booting, but i need to find correct values for reserved-gpio-ranges
<barni2000[m]> i have disabled almost the all pins <0 132>
<Danct12[m]> <hacker420[m]> "so it's some spammer?" <- yes
<jojo_autoboy[m]> what a weird thing to start spamming
<barni2000[m]> [ 0.270971] qcom-tsens 4a9000.thermal-sensor: Please migrate to separate nvmem cells for ca
<barni2000[m]> libration data
<barni2000[m]> after this i got panic and as i see stack trace is related to tsens
<hacker420[m]> <jojo_autoboy[m]> "what a weird thing to start..." <- yeah
<hacker420[m]> that's why it seemed suspicious
<hacker420[m]> unless they have some spambot that spams a message with a link in it
<hacker420[m]> But then why the usernamed
<hacker420[m]> s/usernamed/usernames/
Daanct12 has joined #msm8937-mainline
<barni2000[m]> i have find out tsens reg values are incorrect in msm8917.dtsi
<barni2000[m]> what idk how should i modify the qfprom values
<barni2000[m]> other thing ugglite comes with pmi8937 afaik at least downstream dt says that i wonder what are the differences between pmi8937 and pmi8950
<barni2000[m]> for GPU we will need mesa changes also but i think enough to add the 308 and 505 gpu id like this https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22647#diff-content-2fa961c2e9b78c3dbbb348dcd7a180cd636f8053
<hacker420[m]> <barni2000[m]> "other thing ugglite comes with..." <- iirc there are none
<barni2000[m]> between pmi8940 and pmi8950 there are small diferrences pmi8940 has less mpp
<hacker420[m]> I'd link you to the convo if I remembered where it is
<Daanct12> got that chameleon in my pocket
<hacker420[m]> <barni2000[m]> "between pmi8940 and pmi8950..." <- afaik pmi8937 is linked back to pmi8950
<barni2000[m]> pmi8950 has 4 mpp pmi8937 has 3
<barni2000[m]> i think it is more similar to pmi8940
<hacker420[m]> maybe I mixed things up then
<barni2000[m]> it is like pmi8940 difference is labb ibb
<barni2000[m]> i cannot bring up usb
<Daanct12> barni2000[m]: you need extcon
<barni2000[m]> i have added
<Daanct12> unless they added a muic on top of that
<Daanct12> hmm, did you set status = "okay";?
<Daanct12> on the usb_id property
<barni2000[m]> i have started my work on yours it is based on santoni
<Daanct12> ah
<Daanct12> are you sure it is not working? have you tried enabling serial gadget directly?
<barni2000[m]> i see some usb message but usbnet is not working
<Daanct12> hmm
<Daanct12> pmi8940? i'll look at it
<Daanct12> weird
<Daanct12> possible that there's a muic on your device
<Daanct12> do you have ramoops?
<Daanct12> please try this branch of lk2nd, then add "lk2nd.pass-ramoops=zap" to your kernel command line
<Daanct12> on another note, LK2ND moved to https://github.com/msm89x7-mainline/lk2nd :)
<barni2000[m]> i have
<Daanct12> ok, can you please reboot to lk2nd and run
<Daanct12> fastboot oem ramoops console && fastboot get_staged /tmp/ramoops.txt
<Daanct12> your ramoops will now be in /tmp/ramoops.txt, upload it here
* barni2000[m] posted a file: console-ramoops-0 (19KiB) < https://matrix.org/_matrix/media/v3/download/matrix.org/uAjTcUTyYKWFtaCXfdtHdaMU >
<barni2000[m]> it can be dumped from recovery
<barni2000[m]> i have pmic probing issue
<Danct12[m]> hmm, i dont see anything regards to usb
<Danct12[m]> it also looks like the driver is not even loaded at all
<Danct12[m]> is chipidea usb enabled?
<Danct12[m]> you also need to enable 28nm qcom usb phy
<barni2000[m]> i think ramoops only contains messages from initfs
<barni2000[m]> on the display i see some more message
<hacker420[m]> <Daanct12> "on another note, LK2ND moved..." <- hm maybe add some small readme on how to compile a lk2nd image?
<hacker420[m]> just so that someone who comes across it knows how to compile it
<barni2000[m]> <Danct12[m]> "you also need to enable 28nm..." <- i think it is missing from my config
<hacker420[m]> also
<hacker420[m]> might be worth updating this
<barni2000[m]> <address>.usb: deferred probe pending
<hacker420[m]> uh
<hacker420[m]> where do you have pmi8950_usb_vbus?
<hacker420[m]> or the msm8917 equivalent
<hacker420[m]> I have this on 8937
<hacker420[m]> &pmi8950_usb_vbus {
<hacker420[m]> status = "okay";
<hacker420[m]> };
<barni2000[m]> <hacker420[m]> "&pmi8950_usb_vbus {..." <- > <@hacker420:kde.org> ```... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/zaVNBwTvHVrmcJlLerQvhhas>)
<barni2000[m]> maybe somethin is missing from my config i have used Otto's config from the package
<barni2000[m]> maybe this is related [ 0.382449] pmic-spmi: probe of 0-02 failed with error -5
<hacker420[m]> hmn
<hacker420[m]> maybe you have something along the way you need a node for
<barni2000[m]> i think i am will start work on riva and ugg
<barni2000[m]> s/am//
Daanct12 has quit [Quit: WeeChat 4.1.1]
Daanct12 has joined #msm8937-mainline
Daanct12 is now known as Guest7133
Guest7133 is now known as Daanct12
Danct12 has quit [Quit: A-lined: This user has been AViVA-lined!]
Daanct12 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Danct12 has joined #msm8937-mainline
Danct12 is now known as Guest7134
Guest7134 is now known as Danct12
Danct12 has quit []
Danct12 has joined #msm8937-mainline
<barni2000[m]> riva has a same issue like ugglite i think it is related to msm8917
<hacker420[m]> could be
<barni2000[m]> riva is very similar to rolex, lanik123 is the usb working for you?
<barni2000[m]> i think i have found what cause my issue, at least i hope i find it
Danct12 has quit [Quit: ZNC 1.8.2 - https://znc.in]
<barni2000[m]> CHIPIDEA_MSM needs EXPERT
Danct12 has joined #msm8937-mainline
<barni2000[m]> nvm it is not working
<barni2000[m]> no riva, ugglite and ugg are booting but usb works on none of them
<barni2000[m]> ugg is msm8940 so i think my configuartion can be bad
<barni2000[m]> btw tsens is brokne
<barni2000[m]> * btw tsens is broken