projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ab382
)
arm64: dts: qcom: sm8450: Fix DSIn PHY compatible
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Mon, 23 Jan 2023 20:05:52 +0000
(21:05 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 8 Feb 2023 23:57:19 +0000
(15:57 -0800)
Use the correct compatible so that the driver can probe properly.
Fixes: a6dd1206e45a ("arm64: dts: qcom: sm8450: add display hardware devices")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on HDK8450
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230123200552.553181-1-konrad.dybcio@linaro.org
arch/arm64/boot/dts/qcom/sm8450.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8450.dtsi
b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index d66dcd8fe61fac9e1a47bd66ec0287b2426b8650..8d85a313984916b9af0db17892953b8492a13ee3 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8450.dtsi
@@
-2873,7
+2873,7
@@
};
mdss_dsi0_phy: phy@ae94400 {
- compatible = "qcom,
dsi-phy-5nm-8450
";
+ compatible = "qcom,
sm8450-dsi-phy-5nm
";
reg = <0 0x0ae94400 0 0x200>,
<0 0x0ae94600 0 0x280>,
<0 0x0ae94900 0 0x260>;
@@
-2946,7
+2946,7
@@
};
mdss_dsi1_phy: phy@ae96400 {
- compatible = "qcom,
dsi-phy-5nm-8450
";
+ compatible = "qcom,
sm8450-dsi-phy-5nm
";
reg = <0 0x0ae96400 0 0x200>,
<0 0x0ae96600 0 0x280>,
<0 0x0ae96900 0 0x260>;