Open
Conversation
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>
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
| */ | ||
| static int rpi_panel_v2_i2c_probe(struct i2c_client *i2c) | ||
| { | ||
| //unsigned long direction_bitmap = (1 << NUM_GPIO) - 1; |
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.