Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-yocto: enable display on QCM6490 IDP board #593

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 15, 2024

  1. linux-yocto: Add Novatek NT36672E LCD DSI panel

    Add support for the Novatek NT36672E LCD DSI panel driver.
    
    Signed-off-by: Srihitha Tangudu <[email protected]>
    TanguduSrihitha committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2f1a193 View commit details
    Browse the repository at this point in the history
  2. linux-yocto: compile NT36672E panel and backlight PWM as built-in

    Enable CONFIG_DRM_PANEL_NOVATEK_NT36672E=y and CONFIG_BACKLIGHT_PWM=y
    instead of being selected as modules to fix bootup to shell.
    
    Signed-off-by: Srihitha Tangudu <[email protected]>
    TanguduSrihitha committed May 15, 2024
    Configuration menu
    Copy the full SHA
    58fe022 View commit details
    Browse the repository at this point in the history
  3. linux-yocto: Add support for PM7250B PMIC on QCM6490 IDP board

    Make PM7250B SID configurable, add support for PM7250B PMIC
    and definition for three LEDs on QCM6490 IDP board.
    
    Signed-off-by: Srihitha Tangudu <[email protected]>
    TanguduSrihitha committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9b854a7 View commit details
    Browse the repository at this point in the history
  4. linux-yocto: add display and panel on QCM6490 IDP board

    Enable display subsystem on QCM6490 IDP board.
    
    Signed-off-by: Srihitha Tangudu <[email protected]>
    TanguduSrihitha committed May 15, 2024
    Configuration menu
    Copy the full SHA
    92c69f7 View commit details
    Browse the repository at this point in the history
  5. linux-yocto: disable GPU on QCM6490 IDP board

    Disable GPU to avoid below adreno errors during display
    commit as there is no plan to enable GPU rendering on
    QCM6490 IDP board.
    
    msm_dpu ae01000.display-controller: Direct firmware load
    for qcom/a660_sqe.fw failed with error -2
    
    msm_dpu ae01000.display-controller: [drm:adreno_request_fw]
    *ERROR* failed to load a660_sqe.fw
    
    Signed-off-by: Srihitha Tangudu <[email protected]>
    TanguduSrihitha committed May 15, 2024
    Configuration menu
    Copy the full SHA
    82b074a View commit details
    Browse the repository at this point in the history