Commit 70827d9f authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Andy Gross

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: d850156a ("arm64: dts: qcom: msm8998: Add firmware node")
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 6da80161
......@@ -240,7 +240,7 @@ core3 {
firmware {
scm {
compatible = "qcom,scm-msm8998";
compatible = "qcom,scm-msm8998", "qcom,scm";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment