arm64: dts: rockchip: overlay: yy3588: disable eDP overlay temporarily#509
Merged
SuperKali merged 1 commit intoJul 7, 2026
Conversation
The 11.6 inch eDP kit panel currently available shows severe image retention and can hang the display-subsystem bind as it degrades, so the overlay cannot be validated on known-good hardware right now. Rename it to .disabled and drop it from the overlay Makefile so it is not built or offered until a working panel is available to re-verify the path. Signed-off-by: SuperKali <hello@superkali.me>
WalkthroughThis change removes a single overlay entry, Estimated code review effort: 1 (Trivial) | ~2 minutes Changes
Related issues: None provided. Related PRs: None provided. Suggested labels: rockchip, dts, overlay Suggested reviewers: None provided. Poem A single line, quietly cut, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
The 11.6 inch eDP kit panel we have shows severe image retention that gets worse with use, and as it degrades it can hang the display-subsystem bind at boot. That leaves the eDP overlay impossible to validate on a known-good panel right now.
This renames the overlay to .disabled and drops it from the overlay Makefile so it is not built or offered until a working panel is available to re-verify the path. The DSI overlays are untouched and keep working.
The pending backlight-PWM and regulator fixes for this overlay are parked and will land together with the re-enable once the eDP path can be tested on good hardware.