summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorSricharan R <sricharan@codeaurora.org>2018-03-23 15:48:44 +0530
committerAndy Gross <andy.gross@linaro.org>2018-04-25 00:10:33 -0500
commit53e51b4abeba149ca510e87339b1eb97db1c34fb (patch)
treec8ba7d675db3660ad81b1a55f2c0084fd45e5470 /drivers/firmware
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadop-kernel-dev-53e51b4abeba149ca510e87339b1eb97db1c34fb.zip
op-kernel-dev-53e51b4abeba149ca510e87339b1eb97db1c34fb.tar.gz
firmware: qcom: scm: Add ipq4019 soc compatible
Add the compatible for ipq4019. This does not need clocks to do scm calls. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/qcom_scm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
index 5a7d6930..e778af7 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
OpenPOWER on IntegriCloud