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 /Documentation/devicetree/bindings | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | blackbird-op-linux-53e51b4abeba149ca510e87339b1eb97db1c34fb.tar.gz blackbird-op-linux-53e51b4abeba149ca510e87339b1eb97db1c34fb.zip |
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 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt index 7b40054be0d8..fcf6979c0b6d 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.txt +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt @@ -11,9 +11,10 @@ Required properties: * "qcom,scm-msm8660" for MSM8660 platforms * "qcom,scm-msm8690" for MSM8690 platforms * "qcom,scm-msm8996" for MSM8996 platforms + * "qcom,scm-ipq4019" for IPQ4019 platforms * "qcom,scm" for later processors (MSM8916, APQ8084, MSM8974, etc) - clocks: One to three clocks may be required based on compatible. - * No clock required for "qcom,scm-msm8996" + * No clock required for "qcom,scm-msm8996", "qcom,scm-ipq4019" * Only core clock required for "qcom,scm-apq8064", "qcom,scm-msm8660", and "qcom,scm-msm8960" * Core, iface, and bus clocks required for "qcom,scm" - clock-names: Must contain "core" for the core clock, "iface" for the interface |