projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af6a40
)
arm64: dts: qcom: sm8350: Fix DSI PHY compatibles
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Fri, 20 Jan 2023 21:00:57 +0000
(22:00 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Thu, 26 Jan 2023 20:52:29 +0000
(14:52 -0600)
The compatibles were wrong, resulting in the driver not probing. Fix
that.
Fixes: d4a4410583ed ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230120210101.2146852-5-konrad.dybcio@linaro.org
arch/arm64/boot/dts/qcom/sm8350.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8350.dtsi
b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index a1962ad5d4f0da07771e0cd03b66cc43f68bc3c2..ae5c16cfc0e516bc067e7cd71697b39b1a8445e0 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8350.dtsi
@@
-2962,7
+2962,7
@@
};
mdss_dsi0_phy: phy@ae94400 {
- compatible = "qcom,
dsi-phy-5nm-8350
";
+ compatible = "qcom,
sm8350-dsi-phy-5nm
";
reg = <0 0x0ae94400 0 0x200>,
<0 0x0ae94600 0 0x280>,
<0 0x0ae94900 0 0x260>;
@@
-3059,7
+3059,7
@@
};
mdss_dsi1_phy: phy@ae96400 {
- compatible = "qcom,
dsi-phy-5nm-8350
";
+ compatible = "qcom,
sm8350-dsi-phy-5nm
";
reg = <0 0x0ae96400 0 0x200>,
<0 0x0ae96600 0 0x280>,
<0 0x0ae96900 0 0x260>;