diff options
author | Rohit Agarwal <[email protected]> | 2022-06-01 16:15:06 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-06-27 16:10:58 -0500 |
commit | 261e09b4e3fb847b9a1e99538e31fdfdc2d1ee90 (patch) | |
tree | f90a4b431d4f8f4b1b41fd2c228246db840b7b58 | |
parent | 69117a2abfe0b02c6828979e8a6f9b039908b42a (diff) |
ARM: dts: qcom: sdx65: Add SCM node
Add SCM node to enable SCM functionality on SDX65 platform.
Signed-off-by: Rohit Agarwal <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx65.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi index 34f548a942a5..8695579a7dc8 100644 --- a/arch/arm/boot/dts/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi @@ -86,6 +86,12 @@ }; }; + firmware { + scm { + compatible = "qcom,scm-sdx65", "qcom,scm"; + }; + }; + mc_virt: interconnect-mc-virt { compatible = "qcom,sdx65-mc-virt"; #interconnect-cells = <1>; |