arm64: dts: qcom: msm8998: Fix compatible of scm node
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 30 Nov 2018 06:56:55 +0000 (22:56 -0800)
committerAndy Gross <andy.gross@linaro.org>
Fri, 30 Nov 2018 13:59:02 +0000 (07:59 -0600)
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 <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index 8e7d788baac4b3d67f171c9380b9cdcc34f1efec..49f0fee85e749fab576ad0536d54e36087d889ea 100644 (file)
 
        firmware {
                scm {
-                       compatible = "qcom,scm-msm8998";
+                       compatible = "qcom,scm-msm8998", "qcom,scm";
                };
        };