sony-pioneer: new device
This is based on the work at !1645 (closed). I used the port and adapted it according to the requested changes. As I only have this device to test it, I did not submit MRs for the other devices.
CC: @konradybcio as you created the original MR
Merge request reports
Activity
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
added category::device device-category::testing type::feature labels
added 2 commits
By Max on 2023-06-30T08:12:25
added 11 commits
-
cc3d7d2b...b59aac21 - 10 commits from branch
postmarketOS:master
- 50c06137 - sony-pioneer: new device
By Max on 2023-07-03T07:47:24
-
cc3d7d2b...b59aac21 - 10 commits from branch
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
let me know if there are any further things you would like to see improved :)
First of all let me say as fact that our little sdm660 kernel fork does not contain any special patches for any Sony devices, only things that are already in mainline kernel. That means you could not test the
-rproc
stuff that you're adding here, as is (unless you built your own kernel with extra patches). But it is work in progress - when I get my hands and head in order to send a V3 for this https://patchwork.kernel.org/project/linux-arm-msm/list/?series=759241&state=%2A&archive=both , we can start adding more stuff. So the common SoC package and rproc subpackage will be needed in the future.By the way, on msm8998 it was also required to run diag-router service to get Wi-Fi working, in addition to rmtfs and stuff (package qcom-diag and rc-service is
diag-router
) but I have not yet confirmed that it is strictly required.Since you are already adding untested stuff, you might as well add other SDM630 Sony-nile devices, even if you don't have them to test yourself (Sony Xperia XA2 Plus
voyager
, Sony Xperia XA2 Ultradiscovery
), since the only difference to pioneer is AFAIK screen size (and panel?). Btw I do not know what display panels are there in Sony phones, and if they are already in mainline, I hope you've verified that. But device trees are there in mainline, and supported by the kernel, so we might declare them supported in testing category.But I think this might be good enough for the start. Thanks
By Alexey Min on 2023-07-04T03:26:14
Edited by Administrator