On 2023-06-12 06:16:23, Dmitry Baryshkov wrote: > 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@xxxxxxxxx> > Fixes: 2ef3bb17c45c ("arm64: dts: qcom: sm8150: Add DISPCC node") > Cc: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Reviewed-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx> Unfortunate that this SoC still uses the "wrong" format, all other SoCs are qcom,sm8150-dsi-phy-7nm. > --- > arch/arm64/boot/dts/qcom/sm8150.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi > index 197c016aaeba..95d361443dff 100644 > --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi > @@ -3832,7 +3832,7 @@ opp-358000000 { > }; > > 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>; > @@ -3906,7 +3906,7 @@ mdss_dsi1_out: endpoint { > }; > > 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>; > -- > 2.39.2 >