From: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
Meng Yi <meng.yi-3arQi8VN3Tc@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH RESEND] ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel
Date: Tue, 06 Sep 2016 11:32:31 -0700 [thread overview]
Message-ID: <7a10161e5c9d546ac81acbf3de475b75@agner.ch> (raw)
In-Reply-To: <1473155134-36896-1-git-send-email-meng.yi-3arQi8VN3Tc@public.gmane.org>
On 2016-09-06 02:45, Meng Yi wrote:
> add of_graph dt nodes to describe the panel, and removed
> "fsl,panel" property
>
> Signed-off-by: Meng Yi <meng.yi-3arQi8VN3Tc@public.gmane.org>
Shawn, the changes required to the DCU driver made it into v4.8, so this
can be applied now. I will send out a patch which does the same
conversion for the remaining boards.
Acked-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
--
Stefan
> ---
> arch/arm/boot/dts/ls1021a-twr.dts | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/ls1021a-twr.dts
> b/arch/arm/boot/dts/ls1021a-twr.dts
> index 75ecaed..a8b148a 100644
> --- a/arch/arm/boot/dts/ls1021a-twr.dts
> +++ b/arch/arm/boot/dts/ls1021a-twr.dts
> @@ -108,12 +108,23 @@
>
> panel: panel {
> compatible = "nec,nl4827hc19-05b";
> +
> + port {
> + panel_in: endpoint {
> + remote-endpoint = <&dcu_out>;
> + };
> + };
> };
> };
>
> &dcu {
> - fsl,panel = <&panel>;
> status = "okay";
> +
> + port {
> + dcu_out: endpoint {
> + remote-endpoint = <&panel_in>;
> + };
> + };
> };
>
> &dspi1 {
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-09-06 18:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-06 9:45 [PATCH RESEND] ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel Meng Yi
[not found] ` <1473155134-36896-1-git-send-email-meng.yi-3arQi8VN3Tc@public.gmane.org>
2016-09-06 18:32 ` Stefan Agner [this message]
2016-09-08 14:09 ` Shawn Guo
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=7a10161e5c9d546ac81acbf3de475b75@agner.ch \
--to=stefan-xlvq0vzyd2y@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=meng.yi-3arQi8VN3Tc@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).