Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1481264
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rob Herring <robh@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/26] dt-bindings: display: display-timing: Add property to configure sync drive edge |
| Date | Mon, 12 Sep 2016 15:10:02 +0200 |
| Message-ID | <sgz9M-3JB-61@gated-at.bofh.it> (permalink) |
| References | <scylY-1an-3@gated-at.bofh.it> <scylY-1an-7@gated-at.bofh.it> |
| X-Original-To | Peter Ujfalusi <peter.ujfalusi@ti.com> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=H10LkrwJASHnWuJEP65+W0n+/wOFww3vkokDR0Kz04o=; b=WFAtuRfvkE8tySNUWOblL6fer80kYMAzLsIUYg1+b/3yguF7ZtoG0re/LBNYBr15/3 3IKepUADMTV4MBpkLbxodAI9muU/PsP38LOKKQnTRDCRjA3sdZfD2kDV3f/VWDeyvrej XE/im47rnVcahrhehdmqtAPU+4tNSTrQp2dMC3nb9vksf3scVXY6msDdXIo0T99TltgW pdY99BYdWibPQyB+fyJ5iLB3nUImIt63T0YRNFQG4wdP0m+BIkRXJ56Zc8kV2HXINDkN L3l33RacTUD659kQPTGVW9cL+cRu61z63ctQPQ6e3IyuCF415zgK/KG7lRoCSQ+c6fwK JD0g== |
| X-Gm-Message-State | AE9vXwO96L8iXFsG5EJsijyD3Ee3bcq5r3y8xtww1JAyp+3P1g2mSwvDsYF++xUvtzG8kg== |
| X-Received | by 10.202.236.195 with SMTP id k186mr15357937oih.122.1473685521910; Mon, 12 Sep 2016 06:05:21 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 38 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | thierry.reding@gmail.com, airlied@linux.ie, tomi.valkeinen@ti.com, daniel.vetter@ffwll.ch, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Mark Rutland <mark.rutland@arm.com>, devicetree@vger.kernel.org |
| X-Original-Date | Mon, 12 Sep 2016 08:05:20 -0500 |
| X-Original-Message-ID | <20160912130520.GA9582@rob-hp-laptop> |
| X-Original-References | <20160901112320.15246-1-peter.ujfalusi@ti.com> <20160901112320.15246-2-peter.ujfalusi@ti.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1481264 |
Show key headers only | View raw
On Thu, Sep 01, 2016 at 02:22:55PM +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 <peter.ujfalusi@ti.com> > CC: Rob Herring <robh+dt@kernel.org> > CC: Mark Rutland <mark.rutland@arm.com> > CC: devicetree@vger.kernel.org > --- > Documentation/devicetree/bindings/display/panel/display-timing.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/display-timing.txt b/Documentation/devicetree/bindings/display/panel/display-timing.txt > index e1d4a0b59612..1436292e7a56 100644 > --- a/Documentation/devicetree/bindings/display/panel/display-timing.txt > +++ b/Documentation/devicetree/bindings/display/panel/display-timing.txt > @@ -32,6 +32,12 @@ optional properties: > - active low = drive pixel data on falling edge/ > sample data on rising edge > - ignored = ignored > + - syncclk-active: with > + - active high = drive sync on rising edge/ rising edge of what? pixel clk? > + sample sync on falling edge > + - active low = drive sync on falling edge/ > + sample sync on rising edge > + - omitted = same configuration as pixelclk-active > - interlaced (bool): boolean to enable interlaced mode > - doublescan (bool): boolean to enable doublescan mode > - doubleclk (bool): boolean to enable doubleclock mode > -- > 2.9.3 >
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 01/26] dt-bindings: display: display-timing: Add property to configure sync drive edge Rob Herring <robh@kernel.org> - 2016-09-12 15:10 +0200 Re: [PATCH 01/26] dt-bindings: display: display-timing: Add property to configure sync drive edge Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-12 15:30 +0200
csiph-web