projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da8016
)
arm64: dts: qcom: msm8998: Fix compatible of scm node
author
Bjorn Andersson
<bjorn.andersson@linaro.org>
Fri, 30 Nov 2018 06:56:55 +0000
(22:56 -0800)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/msm8998.dtsi
b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index 8e7d788baac4b3d67f171c9380b9cdcc34f1efec..49f0fee85e749fab576ad0536d54e36087d889ea 100644
(file)
--- 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"
;
};
};