From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759588AbcIWUCC (ORCPT ); Fri, 23 Sep 2016 16:02:02 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35893 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758775AbcIWUB4 (ORCPT ); Fri, 23 Sep 2016 16:01:56 -0400 Date: Fri, 23 Sep 2016 15:01:54 -0500 From: Rob Herring To: Peter Ujfalusi Cc: plagnioj@jcrosoft.com, tomi.valkeinen@ti.com, airlied@linux.ie, thierry.reding@gmail.com, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, daniel.vetter@ffwll.ch, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: display-timing: Add property to configure sync drive edge Message-ID: <20160923200154.GA15443@rob-hp-laptop> References: <20160922103526.24925-1-peter.ujfalusi@ti.com> <20160922103526.24925-2-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160922103526.24925-2-peter.ujfalusi@ti.com> 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 On Thu, Sep 22, 2016 at 01:35:24PM +0300, Peter Ujfalusi wrote: > There are display panels which demands that the sync signal is driven on > different edge than the pixel data. > With the syncclk-active property we can specify the clk edge to be used to > drive the sync signal. When the property is missing it indicates that the > sync is driven on the same edge as the pixel data. > > Signed-off-by: Peter Ujfalusi > CC: Rob Herring > CC: Mark Rutland > CC: devicetree@vger.kernel.org > --- > .../devicetree/bindings/display/panel/display-timing.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) Acked-by: Rob Herring