diff options
author | Stefan Agner <stefan@agner.ch> | 2018-09-04 22:01:59 -0700 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2019-10-03 16:15:25 +0200 |
commit | 292364afbf653bb2eb5e32dc6c6c70363c626625 (patch) | |
tree | 2afc35b08084e7da51bbf26be2d77b93b0e63396 /Documentation | |
parent | 80a1f4323637bab94c4986f4b7ec37f9638d5098 (diff) |
dt-bindings: display: add data-enable polarity property
Allow to specify the data-enable polarity required by a dumb VGA
DAC converting parallel RGB to VGA.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt b/Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt index 164cbb15f04c..adbd2ca0af2f 100644 --- a/Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt +++ b/Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt @@ -18,6 +18,7 @@ graph bindings specified in Documentation/devicetree/bindings/graph.txt. Optional properties: - vdd-supply: Power supply for DAC +- de-active: data-enable pulse is active low/high/ignored Example ------- |