Commit 85adc680 authored by Gopikrishna Garmidi's avatar Gopikrishna Garmidi Committed by Bjorn Andersson
Browse files

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: default avatarGopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
Reviewed-by: default avatarDmitry 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: default avatarBjorn Andersson <andersson@kernel.org>
parent 2725be96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
	{ .compatible = "qcom,eliza", .data = &eliza_data, },
	{ .compatible = "qcom,kaanapali", .data = &kaanapali_data, },
	{ .compatible = "qcom,glymur", .data = &glymur_data},
	{ .compatible = "qcom,mahua", .data = &glymur_data },
	{ .compatible = "qcom,msm8226", .data = &no_ubwc_data },
	{ .compatible = "qcom,msm8916", .data = &no_ubwc_data },
	{ .compatible = "qcom,msm8917", .data = &no_ubwc_data },