diff options
author | Konrad Dybcio <[email protected]> | 2020-06-25 20:21:10 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-27 23:43:19 -0700 |
commit | be577b8125f89af549111a648ed66d63b29c666d (patch) | |
tree | 548f256b89b1207d70ac124c113fbbf724771c0b | |
parent | 2912215f53919645da7149670d731729faba77fd (diff) |
arm64: dts: qcom: msm8992: Add a SCM node
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8992.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi index f780cd39ded6..aee33ed61858 100644 --- a/arch/arm64/boot/dts/qcom/msm8992.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi @@ -118,6 +118,12 @@ }; }; + firmware { + scm { + compatible = "qcom,scm-msm8994", "qcom,scm"; + }; + }; + memory { device_type = "memory"; /* We expect the bootloader to fill in the reg */ |