aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Armstrong <neil.armstrong@linaro.org>2023-01-31 11:08:16 +0100
committerNeil Armstrong <neil.armstrong@linaro.org>2023-01-31 11:09:27 +0100
commitf8e41a37c322928ac19648e0543505b3595648dc (patch)
treede0796652ff9cbac19af93cae35cb030dd3f39a2
parente35bc65c88270e32e658a8ce4d85be146f95b170 (diff)
arm64: dts: qcom: sm8450: fix DSI phy compatiblerelease/qcomlt-6.1
Use the proper 5nm sm8450 PHY compatible instead of the 7nm one Fixes: 7f29105c6811 ("arm64: dts: qcom: sm8450: add display hardware devices") Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sm8450.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 8dc85572c642..fbe58df48363 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -2810,7 +2810,7 @@
};
dsi0_phy: dsi-phy@ae94400 {
- compatible = "qcom,dsi-phy-7nm";
+ compatible = "qcom,dsi-phy-5nm-8450";
reg = <0 0x0ae94400 0 0x200>,
<0 0x0ae94600 0 0x280>,
<0 0x0ae94900 0 0x260>;
@@ -2883,7 +2883,7 @@
};
dsi1_phy: dsi-phy@ae96400 {
- compatible = "qcom,dsi-phy-7nm";
+ compatible = "qcom,dsi-phy-5nm-8450";
reg = <0 0x0ae96400 0 0x200>,
<0 0x0ae96600 0 0x280>,
<0 0x0ae96900 0 0x260>;