Jump to content

MediaTek Helio P65 (MT6768): Difference between revisions

From postmarketOS Wiki
Deathmist (talk | contribs)
m Deathmist moved page MediaTek Helio G85 (MT6769Z) to MediaTek Helio P65 (MT6768): MT6768 is the real SoC codename, MT6769Z is simply a cut down variant of it with higher clocks
Deathmist (talk | contribs)
m Split devices table to different (but related) SoCs
Line 34: Line 34:


== Devices ==
== Devices ==
=== Helio G85 (MT6769Z) ===
{{#cargo_query:
{{#cargo_query:
tables=Devices
tables=Devices
Line 40: Line 41:
|format=table
|format=table
|limit=9999
|limit=9999
|where=Booting AND (Devices.chipset LIKE '%MT6768%' OR Devices.chipset LIKE '%MT6769%')
|where=Booting AND Devices.chipset LIKE '%MT6769Z%'
|more results text=
}}
 
=== Helio G80 (MT6769T) ===
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,StatusMainline=Mainline
|order by=Devices.Manufacturer, Devices.Name
|format=table
|limit=9999
|where=Booting AND Devices.chipset LIKE '%MT6769T%'
|more results text=
|more results text=
}}
}}
<!-- To find new devices with relevant chips (and fix their wiki pages) also add to query:
<!-- To find new devices with relevant chips (and fix their wiki pages) also add to query:
OR Devices.chipset LIKE '%P65%' OR Devices.chipset LIKE '%G70%' OR Devices.chipset LIKE '%G80%' OR Devices.chipset LIKE '%G85%' OR Devices.chipset LIKE '%G88%'
OR Devices.chipset LIKE '%MT6768%' OR Devices.chipset LIKE '%MT6769%' OR Devices.chipset LIKE '%P65%' OR Devices.chipset LIKE '%G70%' OR Devices.chipset LIKE '%G80%' OR Devices.chipset LIKE '%G85%' OR Devices.chipset LIKE '%G88%'
-->
-->



Revision as of 22:00, 6 November 2022

MediaTek Helio P65/
G70/
80/
85/
88
Manufacturer MediaTek
Name Helio P65/
G70/
80/
85/
88
Codenames mt6768/mt6769v/cb/t/z/h
Architecture aarch64
CPU 2x 2.0 GHz Cortex-A75, 6x 1.8 GHz Cortex-A55
GPU ARM Mali-G52 MC2 (Bifrost) @ 1000 MHz
Year 2020
Process 12nm
Mainline no
Community Page https://gitlab.com/mtk-mainline/mt6768/linux
Components
CPU
Partial
UART
Works
Storage
Broken
USB
Broken
Display
Partial
GPU
Broken
Pinctrl
Broken
I²C
Broken
SPI
Broken
Audio
Broken
Video
Broken
Thermal
Broken
WiFi
Broken
Bluetooth
Broken
Modem
Broken
GPS
Broken
Camera
Broken
NPU
No data
Suspend
Broken
Ethernet
No data
SATA
No data


MT6769Z (or Helio G85) is a mid-range MediaTek SoC released in 2020. It is based on based on MT6768 (or Helio P65) platform similarly to how SDM636 is a part of the Qualcomm SDM660 family. This SoC family is also rather closely related to MediaTek MT8183 which is mainlined and used by various Chromebooks.

Devices

Helio G85 (MT6769Z)

Device Codename Mainline
Volla Phone 22 volla-mimameid Y
Xiaomi Redmi Note 9 / Redmi 10X 4G xiaomi-merlin N

Helio G80 (MT6769T)

Device Codename Mainline
Samsung Galaxy A32 4G samsung-a32 N
Xiaomi Redmi 9 xiaomi-lancelot

Mainline fork

There is a mainline kernel fork on GitLab @ mtk-mainline/mt6768/linux where development is currently (2022-11-03 / v6.1-rc3) active.

Most information for MediaTek Helio P23 (MT6763) is also applicable here, most of that should be consolidated to a generic MediaTek mainlining page...