]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sm8150: use proper DSI PHY compatible
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 12 Jun 2023 03:16:23 +0000 (06:16 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:48:10 +0000 (09:48 +0200)
[ Upstream commit 3091e5820a367f3368132f57e0a9ba6d545da15d ]

The DSI PHY on the Qualcomm SM8150 platform requires platform-specific
handling. Use the proper SoC-specific compatible string for the DSI
PHYs.

Reported-by: Degdag Mohamed <degdagmohamed@gmail.com>
Fixes: 2ef3bb17c45c ("arm64: dts: qcom: sm8150: Add DISPCC node")
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230612031623.3620155-1-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 27dcda0d4288fcedcfff7b633761fc6d9ef567b8..fe2d401a858a7a64bb19cba4bbe3e8641d44c40e 100644 (file)
                        };
 
                        mdss_dsi0_phy: phy@ae94400 {
-                               compatible = "qcom,dsi-phy-7nm";
+                               compatible = "qcom,dsi-phy-7nm-8150";
                                reg = <0 0x0ae94400 0 0x200>,
                                      <0 0x0ae94600 0 0x280>,
                                      <0 0x0ae94900 0 0x260>;
                        };
 
                        mdss_dsi1_phy: phy@ae96400 {
-                               compatible = "qcom,dsi-phy-7nm";
+                               compatible = "qcom,dsi-phy-7nm-8150";
                                reg = <0 0x0ae96400 0 0x200>,
                                      <0 0x0ae96600 0 0x280>,
                                      <0 0x0ae96900 0 0x260>;