Skip to content

Commit 61f3c19

Browse files
lumagRob Clark
authored andcommitted
soc: qcom: ubwc: add more missing platforms
Add UBWC configuration for SDA660 (modem-less variant of SDM660), SDM450 (similar to MSM8953), SDM632 (similar to MSM8953) and SM7325 (similar to SC7280). Fixes: 1924272 ("soc: qcom: Add UBWC config provider") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/668501/ Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
1 parent 5cfd298 commit 61f3c19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/soc/qcom/ubwc_config.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,10 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
244244
{ .compatible = "qcom,sc7280", .data = &sc7280_data, },
245245
{ .compatible = "qcom,sc8180x", .data = &sc8180x_data, },
246246
{ .compatible = "qcom,sc8280xp", .data = &sc8280xp_data, },
247+
{ .compatible = "qcom,sda660", .data = &msm8937_data },
248+
{ .compatible = "qcom,sdm450", .data = &msm8937_data },
247249
{ .compatible = "qcom,sdm630", .data = &msm8937_data },
250+
{ .compatible = "qcom,sdm632", .data = &msm8937_data },
248251
{ .compatible = "qcom,sdm636", .data = &msm8937_data },
249252
{ .compatible = "qcom,sdm660", .data = &msm8937_data },
250253
{ .compatible = "qcom,sdm670", .data = &sdm670_data, },
@@ -258,6 +261,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
258261
{ .compatible = "qcom,sm7125", .data = &sc7180_data },
259262
{ .compatible = "qcom,sm7150", .data = &sm7150_data, },
260263
{ .compatible = "qcom,sm7225", .data = &sm6350_data, },
264+
{ .compatible = "qcom,sm7325", .data = &sc7280_data, },
261265
{ .compatible = "qcom,sm8150", .data = &sm8150_data, },
262266
{ .compatible = "qcom,sm8250", .data = &sm8250_data, },
263267
{ .compatible = "qcom,sm8350", .data = &sm8350_data, },

0 commit comments

Comments
 (0)