On Sat, Apr 08, 2023 at 03:04:52PM +0200, Krzysztof Kozlowski wrote: > On 23/03/2023 01:59, Jianhua Lu wrote: > > Add nodes for BOE NT36523 panel found in xiaomi-elish. This panel > > is a dual dsi mode panel and the dsi phy type is cphy. > > > > Signed-off-by: Jianhua Lu <lujianhua000@xxxxxxxxx> > > --- > > Changes in v2: > > - Include missing <dt-bindings/phy/phy.h> for phy-type property. > > > > Changes in v3: > > - Sort include header. > > - Move qcom,sync-dual-dsi to the front of qcom,master-dsi > > - Add newline before subnode. > > > > .../boot/dts/qcom/sm8250-xiaomi-elish-boe.dts | 5 ++ > > .../dts/qcom/sm8250-xiaomi-elish-common.dtsi | 75 +++++++++++++++++++ > > 2 files changed, 80 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts > > index bd9ad109daf9..8b2ae39950ff 100644 > > --- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts > > +++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts > > @@ -11,3 +11,8 @@ / { > > model = "Xiaomi Mi Pad 5 Pro (BOE)"; > > compatible = "xiaomi,elish", "qcom,sm8250"; > > }; > > + > > +&display_panel { > > + compatible = "xiaomi,elish-boe-nt36523"; > > If you add new bindings and new nodes using these - in this case this > panel - please test it. This is why we have DT schema, so you can verify > your DTS. Sending DTS which is entirely different than the bindings you > sent, is adding quite an effort for us later to fix it. I apologize for this. I will test it before sending patches next time. > > Best regards, > Krzysztof >