[PATCH v6 5/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg

Yongxing Mou posted 6 patches 2 months ago
There is a newer version of this series
[PATCH v6 5/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
Posted by Yongxing Mou 2 months ago
The QCS8300 supports UBWC 4.0 and 4 channels LP5 memory interface. Use
the SC8280XP as fallback for QCS8300 according to the specification.

Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.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 bd0a98aad9f3b222abcf0a7af85a318caffa9841..061420826fb9946e58ac1ae5452c603193378839 100644
--- a/drivers/soc/qcom/ubwc_config.c
+++ b/drivers/soc/qcom/ubwc_config.c
@@ -225,6 +225,7 @@ static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
 	{ .compatible = "qcom,msm8998", .data = &msm8998_data },
 	{ .compatible = "qcom,qcm2290", .data = &qcm2290_data, },
 	{ .compatible = "qcom,qcm6490", .data = &sc7280_data, },
+	{ .compatible = "qcom,qcs8300", .data = &sc8280xp_data, },
 	{ .compatible = "qcom,sa8155p", .data = &sm8150_data, },
 	{ .compatible = "qcom,sa8540p", .data = &sc8280xp_data, },
 	{ .compatible = "qcom,sa8775p", .data = &sa8775p_data, },

-- 
2.34.1
Re: [PATCH v6 5/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
Posted by Dmitry Baryshkov 2 months ago
On Wed, Aug 06, 2025 at 11:16:49AM +0800, Yongxing Mou wrote:
> The QCS8300 supports UBWC 4.0 and 4 channels LP5 memory interface. Use
> the SC8280XP as fallback for QCS8300 according to the specification.
> 
> Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
> ---
>  drivers/soc/qcom/ubwc_config.c | 1 +
>  1 file changed, 1 insertion(+)
> 

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

Bjorn, is there a chance that you'd ack merging this through the msm
tree?

-- 
With best wishes
Dmitry
Re: [PATCH v6 5/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Wed, Aug 06, 2025 at 06:32:20AM +0300, Dmitry Baryshkov wrote:
> On Wed, Aug 06, 2025 at 11:16:49AM +0800, Yongxing Mou wrote:
> > The QCS8300 supports UBWC 4.0 and 4 channels LP5 memory interface. Use
> > the SC8280XP as fallback for QCS8300 according to the specification.
> > 
> > Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
> > ---
> >  drivers/soc/qcom/ubwc_config.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> 
> Bjorn, is there a chance that you'd ack merging this through the msm
> tree?

Acked-by: Bjorn Andersson <andersson@kernel.org>

Regards,
Bjorn

> 
> -- 
> With best wishes
> Dmitry
Re: [PATCH v6 5/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
Posted by Konrad Dybcio 2 months ago
On 8/6/25 5:16 AM, Yongxing Mou wrote:
> The QCS8300 supports UBWC 4.0 and 4 channels LP5 memory interface. Use
> the SC8280XP as fallback for QCS8300 according to the specification.
> 
> Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad