Add UBWC configuration for the Shikra platform. Shikra shares the
same hardware as QCM2290 (Agatti), so reuse qcm2290_data for the
UBWC settings

Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Nabige Aala <[email protected]>
---
 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 3fe47d8f0f63..1a2e54c6480d 100644
--- a/drivers/soc/qcom/ubwc_config.c
+++ b/drivers/soc/qcom/ubwc_config.c
@@ -278,6 +278,7 @@ static const struct of_device_id qcom_ubwc_configs[] 
__maybe_unused = {
        { .compatible = "qcom,sdm660", .data = &msm8937_data },
        { .compatible = "qcom,sdm670", .data = &sdm670_data, },
        { .compatible = "qcom,sdm845", .data = &sdm845_data, },
+       { .compatible = "qcom,shikra", .data = &qcm2290_data, },
        { .compatible = "qcom,sm4250", .data = &sm6115_data, },
        { .compatible = "qcom,sm6115", .data = &sm6115_data, },
        { .compatible = "qcom,sm6125", .data = &sm6125_data, },

-- 
2.34.1

Reply via email to