Skip to content

Commit 85adc68

Browse files
Gopikrishna Garmidiandersson
authored andcommitted
soc: qcom: ubwc: Add support for Mahua
Mahua is a derivative of the Glymur SoC. Add the Mahua compatible to the UBWC configuration table to enable support. Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260324-mahua_ubwc_config_support-v1-1-037d35ff2317@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 2725be9 commit 85adc68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/qcom/ubwc_config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
246246
{ .compatible = "qcom,eliza", .data = &eliza_data, },
247247
{ .compatible = "qcom,kaanapali", .data = &kaanapali_data, },
248248
{ .compatible = "qcom,glymur", .data = &glymur_data},
249+
{ .compatible = "qcom,mahua", .data = &glymur_data },
249250
{ .compatible = "qcom,msm8226", .data = &no_ubwc_data },
250251
{ .compatible = "qcom,msm8916", .data = &no_ubwc_data },
251252
{ .compatible = "qcom,msm8917", .data = &no_ubwc_data },

0 commit comments

Comments
 (0)