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: d850156a22 ("arm64: dts: qcom: msm8998: Add firmware node")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Bjorn Andersson 2018-11-29 22:56:55 -08:00 committed by Andy Gross
parent 6da8016109
commit 70827d9f6b
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
firmware {
scm {
compatible = "qcom,scm-msm8998";
compatible = "qcom,scm-msm8998", "qcom,scm";
};
};