dt-binding: display: msm: Add qcm2290 display compatibles as fallback#1344
Open
naala-qcom wants to merge 5 commits into
Open
dt-binding: display: msm: Add qcm2290 display compatibles as fallback#1344naala-qcom wants to merge 5 commits into
naala-qcom wants to merge 5 commits into
Conversation
2a33cb3 to
f462f3e
Compare
This reverts commit e3d0807. Signed-off-by: Nabige Aala <naala@qti.qualcomm.com>
This reverts commit cf3611b. Signed-off-by: Nabige Aala <naala@qti.qualcomm.com>
This reverts commit 4e8db1f. Signed-off-by: Nabige Aala <naala@qti.qualcomm.com>
Shikra reuses the same MDSS/DPU 6.5 hardware as QCM2290. Extend the existing qcm2290 bindings to cover Shikra by adding fallback compatible chains for MDSS, DPU and DSI controller nodes rather than introducing a separate binding file. Signed-off-by: Nabige Aala <nabige.aala@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Add UBWC configuration for the Shikra platform. Shikra shares the same hardware as QCM2290 (Agatti), so reuse qcm2290_data for the UBWC settings Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Nabige Aala <nabige.aala@oss.qualcomm.com>
f462f3e to
3ed147b
Compare
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.
This change extends the compatible strings for the Shikra (QCM2390) display subsystem to include QCM2290 fallbacks.
Shikra is a Qualcomm SoC derived from the QCM2290 family and reuses the same MDSS/DPU 6.5 display hardware. The earlier change introduced Shikra-specific compatible strings; this update complements that by adding QCM2290 compatibles as fallback entries.
By following the standard compatible fallback pattern (specific → generic), the display drivers can match against the shared QCM2290 implementation where applicable, avoiding duplication and ensuring better reuse of existing driver support.
No functional change is intended beyond enabling broader driver compatibility.