Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: display-timing: Add property to configure sync drive edge

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
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Peter Ujfalusi and committed by
Tomi Valkeinen
86f46565 bda63d5c

+8
+8
Documentation/devicetree/bindings/display/panel/display-timing.txt
··· 32 32 - active low = drive pixel data on falling edge/ 33 33 sample data on rising edge 34 34 - ignored = ignored 35 + - syncclk-active: with 36 + - active high = drive sync on rising edge/ 37 + sample sync on falling edge of pixel 38 + clock 39 + - active low = drive sync on falling edge/ 40 + sample sync on rising edge of pixel 41 + clock 42 + - omitted = same configuration as pixelclk-active 35 43 - interlaced (bool): boolean to enable interlaced mode 36 44 - doublescan (bool): boolean to enable doublescan mode 37 45 - doubleclk (bool): boolean to enable doubleclock mode