From 72b89965d5359c2c0da22deff724b6bc0fdfd402 Mon Sep 17 00:00:00 2001 From: erebion Date: Sat, 1 Nov 2025 16:14:25 +0100 Subject: [PATCH] clean up and current status --- README.md | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 8748c82..216f140 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Some notes on my work getting Mobian to run on the Xperia 10 III (codename pdx21 - getting a first half broken Mobian build that boots - getting the display to display stuff +- full graphics support (I can play an episode of Star Trek: Stange New Worlds, although without sound) ## Kernel Work @@ -26,23 +27,30 @@ Note: I'm rebasing occasionally to make sure it does not become too chaotic, so ### 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 +| Component | Status | sent to sm6350-mainline? | +| --------- | ------ | ------------------------ | +| ADSP | to do | | +| Bluetooth | to do | | +| Camera | to do | | +| CDSP | to do | | +| Display Panel | works | true | +| Fast Charging | | | +| Fingerprint Reader | to do | | +| Flashlight | works | true | +| IPA | to do | | +| Modem | to do | | +| NFC | | | +| PMIC | | | +| RTC | to do | | +| Sound | to do | | +| Thermals | | | +| Touch | occasional issues, not yet sure whether it's Phosh or Kernel | was already part of upstream | +| UFS | broken, need help | | +| USB-C | | | +| Wifi | | | +| Vibration | | | + +No status means I haven't even had a look at that component. I'll need help for: - Thermal Sensors / Thermal Zones (no idea what I need to do)