From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751297AbeCJRWV (ORCPT ); Sat, 10 Mar 2018 12:22:21 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42930 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbeCJRWU (ORCPT ); Sat, 10 Mar 2018 12:22:20 -0500 Date: Sat, 10 Mar 2018 18:22:08 +0100 From: jacopo mondi To: Sergei Shtylyov Cc: Jacopo Mondi , architt@codeaurora.org, a.hajda@samsung.com, Laurent.pinchart@ideasonboard.com, airlied@linux.ie, horms@verge.net.au, magnus.damm@gmail.com, geert@linux-m68k.org, niklas.soderlund@ragnatech.se, robh+dt@kernel.org, mark.rutland@arm.com, dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle Message-ID: <20180310172208.GI4023@w540> References: <1520603500-15218-1-git-send-email-jacopo+renesas@jmondi.org> <1520603500-15218-4-git-send-email-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sergei, On Fri, Mar 09, 2018 at 08:30:36PM +0300, Sergei Shtylyov wrote: > On 03/09/2018 04:51 PM, Jacopo Mondi wrote: > > > The R-Car V3M Eagle board includes a transparent LVDS decoder, connected > > to the on-chip LVDS encoder output on one side and to HDMI encoder > > ADV7511w on the other one. > > > > As the decoder does not need any configuration it has been so-far > > omitted from DTS. Now that a driver for transparent LVDS decoder is > > available, describe it in DT as well. > > > > Signed-off-by: Jacopo Mondi > > --- > > arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 31 ++++++++++++++++++++++++-- > > 1 file changed, 29 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > > index c0fd144..0a95c20 100644 > > --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > > +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > > @@ -42,6 +42,33 @@ > > }; > > }; > > }; > > + > > + lvds,decoder { > > I said hyphen (-), not comma (,)! :-) Ahah ok, my bad, I somehow confused the two :) It looked weird to me, but I thought you were pointing me to some convention I didn't know about! I'll change this in v3 Thanks j > > [...] > > MBR, Sergei