Skip to content

testing/linux-postmarketos-mediatek-mt6735: upgrade to 6.1.9

Yassine Oudjana requested to merge mt6735-mainline/pmaports:mt6735 into master

Added in this upgrade:

  • SoC-wide:
    • Full display support (DRM; was relying on simple framebuffer previously)
    • GPU support (ARM Mali-T720)
    • TOPRGU support (allows for issuing reboot from software)
  • samsung-grandpplte:
    • Accelerometer
    • Haptics
    • GPIO keys (volume up, home)

The new U-Boot version resets the DSI controller so that the Linux driver has a clean sheet to work on. Not doing so causes some issues when switching between command and video modes while trying to issue on/off commands to the panel.

The splash screen works properly now so it gets enabled. Now there is no need to avoid touching display-related clocks and maintain the framebuffer, so clk_ignore_unused is removed from cmdline.

Merge request reports