]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: ubwc: Add QCS8300 UBWC cfg
authorYongxing Mou <yongxing.mou@oss.qualcomm.com>
Wed, 29 Oct 2025 08:51:37 +0000 (16:51 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 29 Oct 2025 16:02:48 +0000 (11:02 -0500)
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>
drivers/soc/qcom/ubwc_config.c

index 7cca2afb68e3e9d33f3066f1deb3b9fcc01641a1..942fe6c176123f32e4ebd2a03b060a8bc0d3f574 100644 (file)
@@ -249,6 +249,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
        { .compatible = "qcom,msm8998", .data = &msm8998_data },
        { .compatible = "qcom,qcm2290", .data = &qcm2290_data, },
        { .compatible = "qcom,qcm6490", .data = &sc7280_data, },
+       { .compatible = "qcom,qcs8300", .data = &sc8280xp_data, },
        { .compatible = "qcom,sa8155p", .data = &sm8150_data, },
        { .compatible = "qcom,sa8540p", .data = &sc8280xp_data, },
        { .compatible = "qcom,sa8775p", .data = &sa8775p_data, },