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 missing UBWC config for SM7225

SM7225 is a variation of SM6350, and also needs an entry in the table.

Fixes: 1924272b9ce1 ("soc: qcom: Add UBWC config provider")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Acked-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Luca Weiss and committed by
Dmitry Baryshkov
0b6974bb 197713d0

+1
+1
drivers/soc/qcom/ubwc_config.c
··· 257 257 { .compatible = "qcom,sm6375", .data = &sm6350_data, }, 258 258 { .compatible = "qcom,sm7125", .data = &sc7180_data }, 259 259 { .compatible = "qcom,sm7150", .data = &sm7150_data, }, 260 + { .compatible = "qcom,sm7225", .data = &sm6350_data, }, 260 261 { .compatible = "qcom,sm8150", .data = &sm8150_data, }, 261 262 { .compatible = "qcom,sm8250", .data = &sm8250_data, }, 262 263 { .compatible = "qcom,sm8350", .data = &sm8350_data, },