arm64: dts: qcom: sdm845: Add SCM DT node

Add SCM DT node to enable SCM functionality on SDM845.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Sibi Sankar 2018-10-26 17:55:42 +05:30 committed by Andy Gross
parent 539e7a6849
commit 77bb7f9455
1 changed files with 6 additions and 0 deletions

View File

@ -233,6 +233,12 @@ sleep_clk: sleep-clk {
};
};
firmware {
scm {
compatible = "qcom,scm-sdm845", "qcom,scm";
};
};
tcsr_mutex: hwlock {
compatible = "qcom,tcsr-mutex";
syscon = <&tcsr_mutex_regs 0 0x1000>;