Display driver fixups#7332
Merged
pelwell merged 3 commits intoraspberrypi:rpi-6.18.yfrom Apr 27, 2026
Merged
Conversation
Contributor
Author
|
Just noticed that we'd lost the patch that allowed assigning a DRM device name to devices (eg to force CAM/DISP1 on Pi5 to be DSI-2) on 6.18, so added that to this PR. |
pelwell
reviewed
Apr 23, 2026
Not all implementations of the V2 regulator support reading back the value of registers, which makes the GPIO control fail. Enable the regmap caching to avoid this. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
The upstream version of the regulator driver exposes a PWM device rather than backlight, and changes the compatible. Alter the overlay accordingly. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Allow DT aliases of eg DSI2 to force make DRM allocate the display with the requested name. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
pelwell
approved these changes
Apr 27, 2026
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
May 1, 2026
kernel: staging: vc04_services: vchiq-mmal: validate component index in event_to_host_cb() See: raspberrypi/linux#7327 kernel: tdo_panel: bcm27xx-gpu: Add dsi panel driver See: raspberrypi/linux#7318 kernel: Change crop struct to match height for 16 by 9 mode See: raspberrypi/linux#7328 kernel: media: imx708: Support configuring continuous clock from DT See: raspberrypi/linux#7329 kernel: Display driver fixups See: raspberrypi/linux#7332 kernel: fixup! gpiolib: Override gpiochip numbers with DT aliases See: raspberrypi/linux#7341
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
May 1, 2026
kernel: staging: vc04_services: vchiq-mmal: validate component index in event_to_host_cb() See: raspberrypi/linux#7327 kernel: tdo_panel: bcm27xx-gpu: Add dsi panel driver See: raspberrypi/linux#7318 kernel: Change crop struct to match height for 16 by 9 mode See: raspberrypi/linux#7328 kernel: media: imx708: Support configuring continuous clock from DT See: raspberrypi/linux#7329 kernel: Display driver fixups See: raspberrypi/linux#7332 kernel: fixup! gpiolib: Override gpiochip numbers with DT aliases See: raspberrypi/linux#7341
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor fixups to for this display for the upstream version of the regulator driver.