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

Panel driver for both clover variants unified #41

Merged
merged 5 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. drivers: gpu: drm: panel: Add BOE NT51021 driver for Xiaomi Mi Pad 4

    Add driver for BOE NT51021-based 8-inch and 10-inch DSI video mode
    panels used in Xiaomi Mi Pad 4 and Mi Pad 4 Plus (xiaomi-clover)
    tablets.
    
    Both panels are very similar, deferences are only in init sequence
    and resolution.
    
    Co-Developed-by: Nickolay Goppen <[email protected]>
    Signed-off-by: Nickolay Goppen <[email protected]>
    Co-Developed-by: Alexey Minnekhanov <[email protected]>
    Signed-off-by: Alexey Minnekhanov <[email protected]>
    kubntd authored and minlexx committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b670aa8 View commit details
    Browse the repository at this point in the history
  2. arm64: dts: qcom: sdm660-clover-common: Enable display related nodes.

    Add fixed gpio-regulator used as panel avdd-supply for both clover variants.
    Enable adreno_gpu, mdss.
    Rename tlmm pins:
     * mdss_dsi_active -> mdss_dsi_reset;
     * mdss_te_active -> mdss_vsync_active.
    
    Signed-off-by: Nickolay Goppen <[email protected]>
    kubntd authored and minlexx committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c9d7b22 View commit details
    Browse the repository at this point in the history
  3. arm64: dts: qcom: sdm660-clover-plus: Enable display

    Enable mdss_dsi0, dis0 phy and add panel node.
    
    Signed-off-by: Nickolay Goppen <[email protected]>
    kubntd authored and minlexx committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    941f930 View commit details
    Browse the repository at this point in the history
  4. arm64: dts: qcom: sda660-clover: Enable display

    Enable mdss_dsi0, dsi phy and describe panel.
    Enable and configure wled which is used as backlight.
    
    Signed-off-by: Alexey Minnekhanov <[email protected]>
    kubntd authored and minlexx committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    24927a1 View commit details
    Browse the repository at this point in the history
  5. fixup! sdm660_defconfig

    panel modules for clover and clover-plus
    minlexx committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0f2cd9c View commit details
    Browse the repository at this point in the history