On 18.01.2023 04:20, Dmitry Baryshkov wrote: > Add the per-SoC (qcom,sm8350-dsi-ctrl) compatible strings to DSI nodes > to follow the pending DSI bindings changes. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sm8350.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi > index 703ba3d81e82..a066566b6ea9 100644 > --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi > @@ -2883,7 +2883,7 @@ dpu_intf1_out: endpoint { > }; > > mdss_dsi0: dsi@ae94000 { > - compatible = "qcom,mdss-dsi-ctrl"; > + compatible = "qcom,sm8350-dsi-ctrl", "qcom,mdss-dsi-ctrl"; > reg = <0 0x0ae94000 0 0x400>; > reg-names = "dsi_ctrl"; > > @@ -2978,7 +2978,7 @@ mdss_dsi0_phy: phy@ae94400 { > }; > > mdss_dsi1: dsi@ae96000 { > - compatible = "qcom,mdss-dsi-ctrl"; > + compatible = "qcom,sm8350-dsi-ctrl", "qcom,mdss-dsi-ctrl"; > reg = <0 0x0ae96000 0 0x400>; > reg-names = "dsi_ctrl"; >