aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-07-15 20:42:13 -0400
committerAndy Gross <andy.gross@linaro.org>2016-08-23 23:57:35 -0400
commitfb3013d3fc984464c34c33aeffe8c0c75bc90723 (patch)
tree209fb15b0a26fa051e930d43f621584287e5f54b
parentd9a3e0c5636feea2f490168d6b5e549d2f39186f (diff)
arm64: dts: qcom: msm8916: Make scm a reset-controller
On msm8916 SCM acts as a controller for the MSS_RESET found in the GCC, update the DT node so that we can address this. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 4f2882605138..1e67acc19a9d 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -192,10 +192,11 @@
192 }; 192 };
193 193
194 firmware { 194 firmware {
195 scm { 195 scm: scm {
196 compatible = "qcom,scm"; 196 compatible = "qcom,scm";
197 clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>; 197 clocks = <&gcc GCC_CRYPTO_CLK>, <&gcc GCC_CRYPTO_AXI_CLK>, <&gcc GCC_CRYPTO_AHB_CLK>;
198 clock-names = "core", "bus", "iface"; 198 clock-names = "core", "bus", "iface";
199 #reset-cells = <1>;
199 }; 200 };
200 }; 201 };
201 202