1 SHARP LS037V7DW01 TFT-LCD panel
2 ===================================
5 - compatible: "sharp,ls037v7dw01"
8 - label: a symbolic name for the panel
9 - enable-gpios: a GPIO spec for the optional enable pin.
10 This pin is the INI pin as specified in the LS037V7DW01.pdf file.
11 - reset-gpios: a GPIO spec for the optional reset pin.
12 This pin is the RESB pin as specified in the LS037V7DW01.pdf file.
14 ordered MO, LR, and UD as specified in the LS037V7DW01.pdf file.
17 - Video port for DPI input
19 This panel can have zero to five GPIOs to configure to change configuration
20 between QVGA and VGA mode and the scan direction. As these pins can be also
21 configured with external pulls, all the GPIOs are considered optional with holes
27 Example when connected to a omap2+ based device:
30 compatible = "sharp,ls037v7dw01";
31 power-supply = <&lcd_3v3>;
32 enable-gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>; /* gpio152, lcd INI */
33 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
34 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd MO */
35 &gpio1 2 GPIO_ACTIVE_HIGH /* gpio2, lcd LR */
36 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
40 remote-endpoint = <&dpi_out>;