64 lines
1.4 KiB
Markdown
64 lines
1.4 KiB
Markdown
# pdx213-temp
|
|
|
|
Some notes on my work getting Mobian to run on the Xperia 10 III (codename pdx213).
|
|
|
|
## Status
|
|
|
|
- amending Device Tree
|
|
- porting Mobian
|
|
|
|
### To Do
|
|
|
|
- getting remaining hardware working (incomplete list)
|
|
|
|
### Done
|
|
|
|
- getting a first half broken Mobian build that boots
|
|
- getting the display to display stuff
|
|
|
|
## Kernel Work
|
|
|
|
I'm currently working here: https://github.com/sm6350-mainline/linux/pull/1
|
|
|
|
Current goal is just to get a somewhat usable phone, then tidying everything up and trying to support everything else that I can support without writing new drivers..
|
|
|
|
Note: I'm rebasing occasionally to make sure it does not become too chaotic, so pulling from that repo will lead to merge conflicts.
|
|
|
|
### Device Tree Status
|
|
|
|
- working
|
|
- Panel
|
|
- flash LEDs
|
|
- Touch
|
|
- untested
|
|
- ADSP
|
|
- Bluetooth
|
|
- CDSP
|
|
- IPA
|
|
- Modem
|
|
- RTC
|
|
- Sound
|
|
- Wifi
|
|
- not yet added & low priority (lowest priority last)
|
|
- camera
|
|
- NFC
|
|
- fingerprint reader
|
|
|
|
I'll need help for:
|
|
- Thermal Sensors / Thermal Zones (no idea what I need to do)
|
|
- PMIC
|
|
- USB-C
|
|
- Camera
|
|
- fast charging stuff
|
|
- vibration module
|
|
- NFC
|
|
|
|
And I will also need help with upstreaming the changes to the kernel, can someone else please do that? Thanks.
|
|
|
|
(highest priority first)
|
|
|
|
## Mobian Work
|
|
|
|
Not much that is required in terms of changes, mainly adding the device to Mobian recipes.
|
|
|
|
To Do: Push changes to git
|