Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752121AbcLFNC3 (ORCPT ); Tue, 6 Dec 2016 08:02:29 -0500 Received: from mail-ua0-f177.google.com ([209.85.217.177]:35585 "EHLO mail-ua0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166AbcLFNC0 (ORCPT ); Tue, 6 Dec 2016 08:02:26 -0500 MIME-Version: 1.0 In-Reply-To: References: <1480420624-23544-1-git-send-email-bgolaszewski@baylibre.com> <1480420624-23544-2-git-send-email-bgolaszewski@baylibre.com> From: Bartosz Golaszewski Date: Tue, 6 Dec 2016 14:02:24 +0100 Message-ID: Subject: Re: [PATCH v3 1/2] ARM: dts: da850-lcdk: add the dumb-vga-dac node To: Tomi Valkeinen Cc: Kevin Hilman , Michael Turquette , Sekhar Nori , Rob Herring , Frank Rowand , Mark Rutland , Peter Ujfalusi , Russell King , LKML , arm-soc , linux-drm , linux-devicetree , Jyri Sarha , David Airlie , Laurent Pinchart Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 25 2016-12-05 13:49 GMT+01:00 Tomi Valkeinen : > On 29/11/16 13:57, Bartosz Golaszewski wrote: >> Add the dumb-vga-dac node to the board DT together with corresponding >> ports and vga connector. This allows to retrieve the edid info from >> the display automatically. >> > > It's a bit difficult to follow this as there's been so many patches > going around. But I take the above is the LCDC node in the base da850 > dtsi file? In that case, what is the display_in supposed to present? > It's the first node in the "display chain", so it has no input. > > Also, don't touch da850.dtsi here, just add the "ports" node in the > da850-lcdk.dts file. > > If the da850.dtsi has not been merged yet, I'd change the name of the > lcdc node to something else than "display". It's rather vague. If it's > named "lcdc", reading da850-lcdk.dts becomes much easier, as you'll > refer to "lcdc". > The node is already in Sekhar's branch. Thanks, Bartosz