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

rk35xx-vendor: enable CONFIG_DRM_PANEL_MIPI_DBI #7597

Merged

Conversation

amazingfate
Copy link
Contributor

Description

DRM_PANEL_MIPI_DBI is a driver for MIPI DBI compatible panels such as st7789v lcd panels.
It loads MIPI command from a firmware file to initialize the panel so there is no need to modify the driver code. Only firmware file and devicetree is necessary.

More info: https://github.com/notro/panel-mipi-dbi/wiki

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • ./compile.sh kernel BOARD=rock-5b BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/medium PR with more then 50 and less then 250 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... labels Dec 20, 2024
@amazingfate amazingfate added Ready to merge Reviewed, tested and ready for merge and removed Needs review Seeking for review labels Dec 21, 2024
@amazingfate amazingfate merged commit dedfe43 into armbian:main Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/medium PR with more then 50 and less then 250 lines
Development

Successfully merging this pull request may close these issues.

2 participants