diff options
author | Bjorn Andersson <[email protected]> | 2018-11-29 22:56:55 -0800 |
---|---|---|
committer | Andy Gross <[email protected]> | 2018-11-30 07:59:02 -0600 |
commit | 70827d9f6bc4f481fafe790dd6654ba568526768 (patch) | |
tree | 73e0a87cdbb750efc52d28ba409bf3f7ff0d8b9d | |
parent | 6da8016109fc0236cd465e06827804068fd00c7b (diff) |
arm64: dts: qcom: msm8998: Fix compatible of scm node
The scm binding and driver was updated to rely on the fallback to the
default qcom,scm for any modern SoC and as such both are required. Add
the default compatible to make the scm instance probe.
Fixes: d850156a226a ("arm64: dts: qcom: msm8998: Add firmware node")
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index 8e7d788baac4..49f0fee85e74 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -240,7 +240,7 @@ firmware { scm { - compatible = "qcom,scm-msm8998"; + compatible = "qcom,scm-msm8998", "qcom,scm"; }; }; |