From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756332AbcIFShu (ORCPT ); Tue, 6 Sep 2016 14:37:50 -0400 Received: from mail.kmu-office.ch ([178.209.48.109]:33290 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756250AbcIFSht (ORCPT ); Tue, 6 Sep 2016 14:37:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 06 Sep 2016 11:32:31 -0700 From: Stefan Agner To: shawnguo@kernel.org, Meng Yi Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] ARM: dts: ls1021a: Add of_graph dt nodes to describe the panel In-Reply-To: <1473155134-36896-1-git-send-email-meng.yi@nxp.com> References: <1473155134-36896-1-git-send-email-meng.yi@nxp.com> Message-ID: <7a10161e5c9d546ac81acbf3de475b75@agner.ch> User-Agent: Roundcube Webmail/1.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 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 > --- > 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 {