Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: qcom: ubwc: Add QCS8300 UBWC cfg

The QCS8300 supports UBWC 4.0 and 4 channels LP5 memory interface. Use
the SC8280XP data structure for QCS8300 according to the specification.

Acked-by: Bjorn Andersson <andersson@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251029-qcs8300_mdss-v13-4-e8c8c4f82da2@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Yongxing Mou and committed by
Bjorn Andersson
58fbc820 6d49c6ed

+1
+1
drivers/soc/qcom/ubwc_config.c
··· 249 249 { .compatible = "qcom,msm8998", .data = &msm8998_data }, 250 250 { .compatible = "qcom,qcm2290", .data = &qcm2290_data, }, 251 251 { .compatible = "qcom,qcm6490", .data = &sc7280_data, }, 252 + { .compatible = "qcom,qcs8300", .data = &sc8280xp_data, }, 252 253 { .compatible = "qcom,sa8155p", .data = &sm8150_data, }, 253 254 { .compatible = "qcom,sa8540p", .data = &sc8280xp_data, }, 254 255 { .compatible = "qcom,sa8775p", .data = &sa8775p_data, },