On 22.07.2024 9:10 AM, Dang Huynh wrote: > Fxtec Pro1x uses the same display (BOE BF060Y8M-AJ0) as Pro1. > > Signed-off-by: Dang Huynh <danct12@xxxxxxxxxx> > --- [...] > + panel: panel@0 { > + compatible = "boe,bf060y8m-aj0"; > + reg = <0>; > + > + reset-gpios = <&tlmm 82 GPIO_ACTIVE_LOW>; > + > + vddio-supply = <&pm6125_l9a>; > + > + pinctrl-names = "default"; > + pinctrl-0 = <&mdss_dsi_n &panel_en_n>; pinctrl-n pinctrl-names > + > + port { > + panel_in: endpoint { > + remote-endpoint = <&mdss_dsi0_out>; > + }; > + }; > + }; > +}; > + > +&mdss_dsi0_out { > + data-lanes = <0 1 2 3>; > + remote-endpoint = <&panel_in>; > +}; > + > +&mdss_dsi0_phy { > + status = "okay"; No power supplies? Konrad