Add entry to OF table for matching the Eliza SoC, using same
configuration as SM8550.

Signed-off-by: Krzysztof Kozlowski <[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 1c25aaf55e52..3f32622aedda 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,apq8074", .data = &no_ubwc_data },
        { .compatible = "qcom,apq8096", .data = &msm8998_data },
        { .compatible = "qcom,kaanapali", .data = &kaanapali_data, },
+       { .compatible = "qcom,eliza", .data = &sm8550_data, },
        { .compatible = "qcom,glymur", .data = &glymur_data},
        { .compatible = "qcom,msm8226", .data = &no_ubwc_data },
        { .compatible = "qcom,msm8916", .data = &no_ubwc_data },

-- 
2.51.0

Reply via email to