Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1292372
| From | Mans Rullgard <mans@mansr.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] devicetree: mxsfb: add reset-active property |
| Date | 2015-12-15 18:30 +0100 |
| Message-ID | <qG1Ae-7eq-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Some boards connect the LCD_RESET pin to a reset input on the display panel. On these boards, this pin must be set to the proper level for the display to function. This adds an optional "reset-active" property to the "display" subnode such that devicetrees can specify the desired polarity of the LCD_RESET pin. Signed-off-by: Mans Rullgard <mans@mansr.com> --- Documentation/devicetree/bindings/display/mxsfb.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt index 96ec517..cb7212a 100644 --- a/Documentation/devicetree/bindings/display/mxsfb.txt +++ b/Documentation/devicetree/bindings/display/mxsfb.txt @@ -13,6 +13,11 @@ Required properties: - bits-per-pixel : <16> for RGB565, <32> for RGB888/666. - bus-width : number of data lines. Could be <8>, <16>, <18> or <24>. +Optional properties: +- reset-active : <0>: reset pin is active low + <1>: reset pin is active high + omitted: reset pin not used + Required sub-node: - display-timings : Refer to binding doc display-timing.txt for details. -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] devicetree: mxsfb: add reset-active property Mans Rullgard <mans@mansr.com> - 2015-12-15 18:30 +0100 [PATCH 2/2] video: mxsfb: manage LCD_RESET signal according to reset-active property Mans Rullgard <mans@mansr.com> - 2015-12-15 18:30 +0100 Re: [PATCH 1/2] devicetree: mxsfb: add reset-active property Rob Herring <robh@kernel.org> - 2015-12-20 04:40 +0100
csiph-web