Add compatible string for QCS404. Don't populate driver data as QCS404 does not need clocks for scm calls. Signed-off-by: Govind Singh <govinds@xxxxxxxxxxxxxx> --- drivers/firmware/qcom_scm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c index 5ef146a..dda0908 100644 --- a/drivers/firmware/qcom_scm.c +++ b/drivers/firmware/qcom_scm.c @@ -623,6 +623,7 @@ static void qcom_scm_shutdown(struct platform_device *pdev) SCM_HAS_BUS_CLK) }, { .compatible = "qcom,scm-msm8996" }, + { .compatible = "qcom,scm-qcs404" }, { .compatible = "qcom,scm" }, {} }; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project