diff options
Diffstat (limited to 'drivers/firmware/qcom_scm.c')
| -rw-r--r-- | drivers/firmware/qcom_scm.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c index 5a7d693009ef..e778af766fae 100644 --- a/drivers/firmware/qcom_scm.c +++ b/drivers/firmware/qcom_scm.c @@ -603,6 +603,9 @@ static const struct of_device_id qcom_scm_dt_match[] = {  	{ .compatible = "qcom,scm-msm8996",  	  .data = NULL, /* no clocks */  	}, +	{ .compatible = "qcom,scm-ipq4019", +	  .data = NULL, /* no clocks */ +	},  	{ .compatible = "qcom,scm",  	  .data = (void *)(SCM_HAS_CORE_CLK  			   | SCM_HAS_IFACE_CLK  |