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: add configuration for MSM8929

MSM8929 is similar to MSM8939, it doesn't support UBWC. Provide no-UBWC
config for the platform.

Fixes: 197713d0cf01 ("soc: qcom: ubwc: provide no-UBWC configuration")
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/668502/
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>

authored by

Dmitry Baryshkov and committed by
Rob Clark
ec770bb2 61f3c19a

+1
+1
drivers/soc/qcom/ubwc_config.c
··· 227 227 { .compatible = "qcom,msm8916", .data = &no_ubwc_data }, 228 228 { .compatible = "qcom,msm8917", .data = &no_ubwc_data }, 229 229 { .compatible = "qcom,msm8937", .data = &msm8937_data }, 230 + { .compatible = "qcom,msm8929", .data = &no_ubwc_data }, 230 231 { .compatible = "qcom,msm8939", .data = &no_ubwc_data }, 231 232 { .compatible = "qcom,msm8953", .data = &msm8937_data }, 232 233 { .compatible = "qcom,msm8956", .data = &msm8937_data },