[PATCH v2 1/4] arm64: dts: qcom: sm8250: Add DisplayPort device node
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Wed Sep 20 07:27:50 UTC 2023
On Wed, 20 Sept 2023 at 05:08, Bjorn Andersson <andersson at kernel.org> wrote:
>
> On Thu, Aug 17, 2023 at 05:59:37PM +0300, Dmitry Baryshkov wrote:
> > Declare the displayport controller present on the Qualcomm SM8250 SoC.
> >
> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> > ---
> > arch/arm64/boot/dts/qcom/sm8250.dtsi | 89 ++++++++++++++++++++++++++++
> > 1 file changed, 89 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > index eb00bbd3e1f3..8d705a1713fb 100644
> > --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> > @@ -3638,6 +3638,8 @@ port at 1 {
> >
> > port at 2 {
> > reg = <2>;
> > +
> > + usb_1_qmpphy_dp_in: endpoint {};
> > };
> > };
> > };
> > @@ -4405,6 +4407,14 @@ dpu_intf2_out: endpoint {
> > remote-endpoint = <&mdss_dsi1_in>;
> > };
> > };
> > +
> > + port at 2 {
> > + reg = <2>;
> > +
> > + dpu_intf0_out: endpoint {
> > + remote-endpoint = <&mdss_dp_in>;
> > + };
> > + };
> > };
> >
> > mdp_opp_table: opp-table {
> > @@ -4432,6 +4442,85 @@ opp-460000000 {
> > };
> > };
> >
> > + mdss_dp: displayport-controller at ae90000 {
>
> displayport-controller does not seem to be a valid child node of the
> sm8250 mdss. Please make sure that the binding is updated, if not
> already done.
True. I added the compatibility string to dp-controller.yaml, but
missed the mdss schema. I'll send a fix ASAP.
>
> Thanks,
> Bjorn
--
With best wishes
Dmitry
More information about the dri-devel
mailing list