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 updates #6019

Merged
merged 6 commits into from
Mar 8, 2024
Merged

Panel updates #6019

merged 6 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. regulator: Add a regulator for the new LCD panels

    The newer Raspberry Pi 5" and 7" panels have a slightly different
    register map to the original one.
    Add a new driver for this regulator.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d5d0b4f View commit details
    Browse the repository at this point in the history
  2. dt-bindings: ili9881c: add compatible string for new panels

    This new panel uses the ILI9881C IC but needs an alternate
    init sequence, and therefore requires a new compatible string.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    361d7d3 View commit details
    Browse the repository at this point in the history
  3. drm/panel: ilitek-ili9881c: Allow configuration of the number of lanes

    Not all panels use all 4 data lanes, so allow configuration based
    on the compatible string.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3748378 View commit details
    Browse the repository at this point in the history
  4. drm/panel: ili9881: Add configuration for the new panels

    Add configuration for the 5" and 7" Raspberry Pi 720x1280
    DSI panels based on ili9881.
    
    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    21b5776 View commit details
    Browse the repository at this point in the history
  5. defconfigs: Add panel regulator to all the Pi defconfigs

    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d2e58f7 View commit details
    Browse the repository at this point in the history
  6. dtoverlays: Add overlays for 5" and 7" ILI9881 panels

    Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
    6by9 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fc62217 View commit details
    Browse the repository at this point in the history