diff options
| author | Bjorn Andersson <[email protected]> | 2018-09-03 22:01:21 -0700 |
|---|---|---|
| committer | Andy Gross <[email protected]> | 2018-09-13 13:56:48 -0500 |
| commit | d850156a226a8f8e71ec1355f78ddd06cd5f2be7 (patch) | |
| tree | d1d5693e8e45413e63469ce50a7e2570e8e26427 | |
| parent | c7833949564ecd374aa6d6dc723a82fb2608dc11 (diff) | |
arm64: dts: qcom: msm8998: Add firmware node
Add the firmware and scm nodes for msm8998
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index d734dddf01df..57864668a57f 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -237,6 +237,12 @@ }; }; + firmware { + scm { + compatible = "qcom,scm-msm8998"; + }; + }; + tcsr_mutex: hwlock { compatible = "qcom,tcsr-mutex"; syscon = <&tcsr_mutex_regs 0 0x1000>; |