Re: [Freedreno] [PATCH v4] arm64: dts: qcom: sc7180: Add DisplayPort node

2021-06-30 Thread Stephen Boyd
Quoting Bjorn Andersson (2021-06-25 09:13:45) > On Thu 03 Jun 17:22 CDT 2021, Kuogee Hsieh wrote: > > + dp_out: endpoint { }; > > + }; > > + }; > > + > > +

Re: [Freedreno] [PATCH v4] arm64: dts: qcom: sc7180: Add DisplayPort node

2021-06-25 Thread Bjorn Andersson
On Thu 03 Jun 17:22 CDT 2021, Kuogee Hsieh wrote: > Add DP device node on sc7180. > > Signed-off-by: Kuogee Hsieh > --- > Changes in v2: > -- replace msm_dp with dp > -- replace dp_opp_table with opp_table > > Changes in v3: > -- correct text of commit title > > Changes in v4: > -- replace dp

[Freedreno] [PATCH v4] arm64: dts: qcom: sc7180: Add DisplayPort node

2021-06-03 Thread Kuogee Hsieh
Add DP device node on sc7180. Signed-off-by: Kuogee Hsieh --- Changes in v2: -- replace msm_dp with dp -- replace dp_opp_table with opp_table Changes in v3: -- correct text of commit title Changes in v4: -- replace dp with mdss_dp -- replace opp_table with dp_opp_table