Re: [PATCH 5/6] arm64: dts: qcom: kaanapali: add display hardware devices

From: yuanjiey

Date: Wed Mar 25 2026 - 22:42:03 EST


On Tue, Mar 24, 2026 at 03:20:15AM +0200, Dmitry Baryshkov wrote:
> On Sun, Mar 22, 2026 at 11:19:45PM -0700, Jingyi Wang wrote:
> > From: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
> >
> > Add MDSS/MDP/DSI controllers and DSI PHYs for Kaanapali. DP controllers
> > are not included.
>
> Why?

DP driver is not ready.


> >
> > Signed-off-by: Yuanjie Yang <yuanjie.yang@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Jingyi Wang <jingyi.wang@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/kaanapali.dtsi | 242 +++++++++++++++++++++++++++++++-
> > 1 file changed, 240 insertions(+), 2 deletions(-)
> >
> > +
> > + ports {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > +
> > + port@0 {
> > + reg = <0>;
> > +
> > + dpu_intf1_out: endpoint {
> > + remote-endpoint = <&mdss_dsi0_in>;
> > + };
> > + };
> > +
> > + port@1 {
> > + reg = <1>;
> > +
> > + dpu_intf2_out: endpoint {
>
> Missing DSI1. Please add it back.
OK, will add it.

Thanks,
Yuanjie

> > + };
> > + };
> > +
> > + port@2 {
> > + reg = <2>;
> > +
> > + dpu_intf0_out: endpoint {
> > + };
> > + };
> > + };
> > +
>
> --
> With best wishes
> Dmitry