All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-rockchip@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Andy Yan <andy.yan@rock-chips.com>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 4/4] arm64: dts: rockchip: Enable eDP display on rk3399 evb
Date: Fri, 06 Mar 2020 10:57:06 +0100	[thread overview]
Message-ID: <9485978.lUYvBEQYsF@diego> (raw)
In-Reply-To: <88f23464-1868-464f-7e0b-c9cd1c12c9d5@gmail.com>

Hi Johan,

Am Freitag, 6. März 2020, 08:39:13 CET schrieb Johan Jonker:
> Hi,
> 
> Missing #address-cells, #size-cells
> Can you still fix that?
> Also include all email addresses that are produced by:
> 
> ./scripts/get_maintainer.pl --nogit-fallback --nogit
> 
> > 
> > Am Donnerstag, 5. März 2020, 12:39:12 CET schrieb Andy Yan:
> >> Add eDP panle and enable relative dt node like vop/iommu
> >> to enable eDP display on rk3399 evb.
> >> 
> >> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
> > 
> > applied for 5.7 - after removing the added blank line at the end
> > of the file
> > 
> > Thanks
> > Heiko
> 
> 
> 
> > +&edp {
> > +	status = "okay";
> > +	force-hpd;
> > +
> > +	ports {
> 
> #address-cells = <1>;
> #size-cells = <0>;
> 
> Don't forget that extra empty line here.

same comment as on the Pinebook pro, the #address-cells
under the ports node get inherited from the main edp node
in rk3399.dtsi

Heiko

> 
> > +		edp_out: port at 1 {
> > +			reg = <1>;
> > +			#address-cells = <1>;
> > +			#size-cells = <0>;
> > +
> > +			edp_out_panel: endpoint at 0 {
> > +				reg = <0>;
> > +				remote-endpoint = <&panel_in_edp>;
> > +			};
> > +		};
> > +	};
> > +};
> 
> 





WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Johan Jonker <jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 4/4] arm64: dts: rockchip: Enable eDP display on rk3399 evb
Date: Fri, 06 Mar 2020 10:57:06 +0100	[thread overview]
Message-ID: <9485978.lUYvBEQYsF@diego> (raw)
In-Reply-To: <88f23464-1868-464f-7e0b-c9cd1c12c9d5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi Johan,

Am Freitag, 6. März 2020, 08:39:13 CET schrieb Johan Jonker:
> Hi,
> 
> Missing #address-cells, #size-cells
> Can you still fix that?
> Also include all email addresses that are produced by:
> 
> ./scripts/get_maintainer.pl --nogit-fallback --nogit
> 
> > 
> > Am Donnerstag, 5. März 2020, 12:39:12 CET schrieb Andy Yan:
> >> Add eDP panle and enable relative dt node like vop/iommu
> >> to enable eDP display on rk3399 evb.
> >> 
> >> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
> > 
> > applied for 5.7 - after removing the added blank line at the end
> > of the file
> > 
> > Thanks
> > Heiko
> 
> 
> 
> > +&edp {
> > +	status = "okay";
> > +	force-hpd;
> > +
> > +	ports {
> 
> #address-cells = <1>;
> #size-cells = <0>;
> 
> Don't forget that extra empty line here.

same comment as on the Pinebook pro, the #address-cells
under the ports node get inherited from the main edp node
in rk3399.dtsi

Heiko

> 
> > +		edp_out: port at 1 {
> > +			reg = <1>;
> > +			#address-cells = <1>;
> > +			#size-cells = <0>;
> > +
> > +			edp_out_panel: endpoint at 0 {
> > +				reg = <0>;
> > +				remote-endpoint = <&panel_in_edp>;
> > +			};
> > +		};
> > +	};
> > +};
> 
> 

  reply	other threads:[~2020-03-06  9:57 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 11:39 [PATCH 0/4] Enable eDP display on rk3399 evb Andy Yan
2020-03-05 11:39 ` Andy Yan
2020-03-05 11:39 ` Andy Yan
2020-03-05 11:39 ` [PATCH 1/4] arm64: dts: rockchip: remove dvs2 pinctrl for pmic " Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 21:38   ` Heiko Stübner
2020-03-05 21:38     ` Heiko Stübner
2020-03-05 21:38     ` Heiko Stübner
2020-03-05 11:39 ` [PATCH 2/4] arm64: dts: rockchip: Add pmic dt tree for " Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 23:46   ` Heiko Stuebner
2020-03-05 23:46     ` Heiko Stuebner
2020-03-05 23:46     ` Heiko Stuebner
2020-03-05 11:39 ` [PATCH 3/4] arm64: dts: rockchip: remove enable-gpio of backlight on " Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 23:50   ` Heiko Stuebner
2020-03-05 23:50     ` Heiko Stuebner
2020-03-05 23:50     ` Heiko Stuebner
2020-03-05 11:39 ` [PATCH 4/4] arm64: dts: rockchip: Enable eDP display " Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 11:39   ` Andy Yan
2020-03-05 23:51   ` Heiko Stuebner
2020-03-05 23:51     ` Heiko Stuebner
2020-03-05 23:51     ` Heiko Stuebner
2020-03-06  7:39     ` Johan Jonker
2020-03-06  7:39       ` Johan Jonker
2020-03-06  9:57       ` Heiko Stübner [this message]
2020-03-06  9:57         ` Heiko Stübner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9485978.lUYvBEQYsF@diego \
    --to=heiko@sntech.de \
    --cc=andy.yan@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbx6244@gmail.com \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.