From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Fri, 24 Oct 2014 12:36:38 +0000 Subject: Re: [PATCH v4 5/9] ARM: shmobile: marzen: Enable DU device in DT Message-Id: <544A47D6.700@cogentembedded.com> List-Id: References: <1414152241-5390-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1414152241-5390-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hello. On 10/24/2014 4:03 PM, Laurent Pinchart wrote: > Specify the DU output topology, enable the DU device and configure the > related pins. > Signed-off-by: Laurent Pinchart > --- > arch/arm/boot/dts/r8a7779-marzen.dts | 81 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 81 insertions(+) > diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts > index 9e1b859190ca..64a5d634edc1 100644 > --- a/arch/arm/boot/dts/r8a7779-marzen.dts > +++ b/arch/arm/boot/dts/r8a7779-marzen.dts > @@ -69,6 +69,76 @@ > gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>; > }; > }; > + > + vga-encoder { > + compatible = "adi,adv7123"; [...] > + lvds-enc { Using "lvds-encoder" would have been more consistent. > + compatible = "thine,thc63lvdm83d"; > + > + #address-cells = <1>; > + #size-cells = <0>; > + > + ports { > + port@0 { Hm, I don't see the "reg" prop, where is it? > + lvds_enc_in: endpoint { > + remote-endpoint = <&du_out_rgb1>; > + }; > + }; > + port@1 { > + lvds_connector: endpoint { > + }; > + }; > + }; > + }; > +}; [...] WBR, Sergei