Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932193AbcJEPP5 (ORCPT ); Wed, 5 Oct 2016 11:15:57 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38533 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752266AbcJEPPz (ORCPT ); Wed, 5 Oct 2016 11:15:55 -0400 Date: Wed, 5 Oct 2016 15:16:46 +0000 From: Karl Beldan To: Bartosz Golaszewski 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 , Tomi Valkeinen , David Airlie , Laurent Pinchart , Maxime Ripard Subject: Re: [PATCH 0/2] ARM: davinci: initial infrastructure for LCDC Message-ID: <20161005151646.qpdycrefwbdrzhtq@gobelin> References: <1475672732-17111-1-git-send-email-bgolaszewski@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475672732-17111-1-git-send-email-bgolaszewski@baylibre.com> User-Agent: NeoMutt/20160916 (1.7.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1794 Lines: 50 On Wed, Oct 05, 2016 at 03:05:30PM +0200, Bartosz Golaszewski wrote: > After discussing the matter with Laurent Pinchart it turned out that > using ti,tilcdc,panel was wrong and we should go with the new > simple-vga-dac driver proposed by Maxime Ripard and currently being > reviewed. > > The da850-lcdk board on which I'm working has a THS8135 video DAC for > which the new driver seems to be best suited and we'll be able to > query the connected display for supported modes instead of hardcoding > them in the dt as is needed for the panel driver. > I meant to point to these new changes but then it slipped my mind, it is clearly the way to go. Regards, Karl > In the meantime I'm posting two patches based on Karl Beldan's > previous work that can already be merged. > > The first one adds OF_DEV_AUXDATA entry to da8xx-dt.c. I changed the > compatible string to the new one we're introducing in the tilcdc > driver. > > The second adds the lcd pins and the display node to da850.dtsi. As > suggested by Sekhar: I moved the pins node, which was previously in > da850-lcdk.dts, to da850.dtsi. I also squashed Karl's two patches and > removed the panel node. > > Tested on a da850-lcdk with an LCD display connected over VGA with > two patches already posted to the drm mailing list: > > drm: tilcdc: add a da850-specific compatible string > drm: tilcdc: add a workaround for failed clk_set_rate() > > and some additional work-in-progress/hacks on top of that. > > Karl Beldan (2): > ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for lcdc > ARM: dts: da850: add a node for the LCD controller > > arch/arm/boot/dts/da850.dtsi | 29 +++++++++++++++++++++++++++++ > arch/arm/mach-davinci/da8xx-dt.c | 1 + > 2 files changed, 30 insertions(+) > > -- > 2.9.3 >