mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 14:33:24 -04:00
soc: qcom: ubwc: Add Shikra UBWC config
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> Link: https://lore.kernel.org/r/20260608-shikra-display-v4-2-88a846afdd5d@oss.qualcomm.com [bjorn: Translated to new generic definitions] Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
17e26dfa92
commit
65486d9827
@@ -145,6 +145,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
|
||||
{ .compatible = "qcom,sdm660", .data = &ubwc_1_0_hbb14 },
|
||||
{ .compatible = "qcom,sdm670", .data = &ubwc_2_0_hbb14, },
|
||||
{ .compatible = "qcom,sdm845", .data = &ubwc_2_0_hbb15, },
|
||||
{ .compatible = "qcom,shikra", .data = &ubwc_0_0_hbb15, },
|
||||
{ .compatible = "qcom,sm4250", .data = &ubwc_1_0_hbb14, },
|
||||
{ .compatible = "qcom,sm6115", .data = &ubwc_1_0_hbb14, },
|
||||
{ .compatible = "qcom,sm6125", .data = &ubwc_1_0_hbb14, },
|
||||
|
||||
Reference in New Issue
Block a user