diff options
author | Sricharan R <sricharan@codeaurora.org> | 2018-03-23 15:48:44 +0530 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-04-25 00:10:33 -0500 |
commit | 53e51b4abeba149ca510e87339b1eb97db1c34fb (patch) | |
tree | c8ba7d675db3660ad81b1a55f2c0084fd45e5470 /drivers/firmware | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-53e51b4abeba149ca510e87339b1eb97db1c34fb.tar.bz2 |
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.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 |