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 | Bridged to #msm8937-mainline:kde.org on Matrix
<barni2000[m]> np ty
dr_shui[m] has joined #msm8937-mainline
<dr_shui[m]> I bought a xiaomi riva from second hand market! I can try it
<Shigenta[m]> what ui i should select for simplefb?
<Shigenta[m]> in pmbootstrap
<Shigenta[m]> none?
<Shigenta[m]> also, which one msm8937 mainline repo i should use?
<barni2000[m]> msm89x7-mainline msm89x7/6.6-develop branch
<barni2000[m]> that is stable
<barni2000[m]> * is stable mostly
<Shigenta[m]> alright
<barni2000[m]> or you can use my branch https://github.com/barni2000/linux/tree/msm89x7/6.9-develop
<Shigenta[m]> what about panel? display still doesnt work on santoni?
<barni2000[m]> read back the chat
<barni2000[m]> it works but i have not uploaded the my changes yet and I should cleaned up my changes first
<Shigenta[m]> oh, great
<Shigenta[m]> so, i should just wait for you to commit changes?
<barni2000[m]> currently i am working on interconnect and a505 upstreaming
<barni2000[m]> Shigenta[m]: yes
<barni2000[m]> but it would be great push everything for the organization
<Shigenta[m]> alright
<barni2000[m]> and lanik123 and Danct12 changes should be merged together but msm8937.dtsi and msm8917.dtsi was made separately
<Shigenta[m]> and last thing - which one defconfig i should use? msm8917 one?
<barni2000[m]> Shigenta[m]: yes from msm8917 package but you will need to choose phy 28nm for usb
<Shigenta[m]> how?
<Shigenta[m]> lol
<Shigenta[m]> enable in defconfig?
<Shigenta[m]> config_phy_qcom_usb_hs_28nm?
<barni2000[m]> Shigenta[m]: yep
<barni2000[m]> you can find it in devices drivers -> phy ... -> qcom 28 nm
<Shigenta[m]> also, can i use this commit to add panel support? https://github.com/MrArtemSid/linux-msm89x7/commit/1bc536d59a13c174275072501438205ca798f686
<barni2000[m]> Shigenta[m]: don't use that
<barni2000[m]> not just panel missing at the moment dsi_phy_cfg, mdp_cfg or dpu should be cherry-picked and panel drivers should be generated with panel generator
<barni2000[m]> also dsi_phy clocks are missing from sm8937.dtsi gcc
<barni2000[m]> s/dsi_phy/dsi\_phy/, s/sm8937/msm8937/
<barni2000[m]> and you should check which panel do you have because i have different panel from this so lk2nd also should be adjusted with panel selection
<Shigenta[m]> barni2000[m]: i checked lol
<Shigenta[m]> thats why i gave you that commit instead of other panels
<barni2000[m]> ok
<barni2000[m]> i can uppload my panel configs under space on github
<barni2000[m]> * configs under my space on
<barni2000[m]> i will add other panels for santoni a bit later
<Shigenta[m]> oh, its only boe
<Shigenta[m]> i have ebbgDJN, so its kind of useless for me rn
<Shigenta[m]> well, i get no simplefb(like before), but as i see in dmesg - usb works
<Shigenta[m]> also, before i disconnected usb cable. my phone were on lk2nd screen(not interactable), after - it turned black and now i have gray screen
<Shigenta[m]> ip addr give me this thing
<Shigenta[m]> and if i do sudo ip link set dev enp0s29u1u8 address 12:12:12:12:12:12(as said here https://wiki.postmarketos.org/wiki/USB_Network) it says "RTNETLINK answers: Device or resource busy"
<barni2000[m]> it is very slow because of a53mux and simpledrm is disabled on my branch
<Shigenta[m]> oh
<Shigenta[m]> alright
<Shigenta[m]> how can i enable simpledrm then?
<barni2000[m]> don't do it because it will rebooting
<Shigenta[m]> oh
<Shigenta[m]> theen.. where it is enabled?
<Shigenta[m]> msm89x7-mainline one?
<Shigenta[m]> on msm89x7/6.6-develop branch
<barni2000[m]> it will only work on stable branch
<barni2000[m]> but if you have some patience i will upload santoni with panel support and add your panel also
<Shigenta[m]> alright!
<Shigenta[m]> also, are you having progress on making a505 work?
<barni2000[m]> yes
<barni2000[m]> i am preparing patch for upstream atm
<Shigenta[m]> okay
<Shigenta[m]> also, are you going to create pr for santoni?
<Shigenta[m]> i mean in lk2nd repo
<barni2000[m]> i could
<barni2000[m]> i need to check board id because santoni has more than 1
<Shigenta[m]> well, it worked for me without any changes
<barni2000[m]> they are already there
<Shigenta[m]> barni2000[m]: yeah, i used that
<barni2000[m]> panel selection should be added