[PATCH] soc: qcom: ubwc: Add support for Mahua

Gopikrishna Garmidi posted 1 patch 1 week, 2 days ago
drivers/soc/qcom/ubwc_config.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soc: qcom: ubwc: Add support for Mahua
Posted by Gopikrishna Garmidi 1 week, 2 days ago
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>
---
 drivers/soc/qcom/ubwc_config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/ubwc_config.c b/drivers/soc/qcom/ubwc_config.c
index 8304463f238a..b1a25657144a 100644
--- a/drivers/soc/qcom/ubwc_config.c
+++ b/drivers/soc/qcom/ubwc_config.c
@@ -245,6 +245,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
 	{ .compatible = "qcom,apq8096", .data = &msm8998_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 },

---
base-commit: 85964cdcad0fac9a0eb7b87a0f9d88cc074b854c
change-id: 20260324-mahua_ubwc_config_support-2c3a27d80d3e

Best regards,
-- 
Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
Re: [PATCH] soc: qcom: ubwc: Add support for Mahua
Posted by Bjorn Andersson 1 week, 1 day ago
On Tue, 24 Mar 2026 10:14:57 -0700, Gopikrishna Garmidi wrote:
> Mahua is a derivative of the Glymur SoC. Add the Mahua compatible
> to the UBWC configuration table to enable support.
> 
> 

Applied, thanks!

[1/1] soc: qcom: ubwc: Add support for Mahua
      commit: 85adc680c60bcd3b3ff83296410f13eee49f5df0

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] soc: qcom: ubwc: Add support for Mahua
Posted by Dmitry Baryshkov 1 week, 2 days ago
On Tue, Mar 24, 2026 at 10:14:57AM -0700, Gopikrishna Garmidi wrote:
> 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>
> ---
>  drivers/soc/qcom/ubwc_config.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry