diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-06-05 19:28:32 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-06-05 19:28:32 +0000 |
commit | 5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8 (patch) | |
tree | afa0718f88637c22a2d4a25cf54e32b0e701b338 /Bindings/display/panel/koe,tx14d24vm1bpa.txt | |
parent | 937eaf8bbdcf7e2cd3231b71940f9221e6857210 (diff) |
Import DTS files from Linux 5.7vendor/device-tree/5.7
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=361846
svn path=/vendor/device-tree/5.7/; revision=361847; tag=vendor/device-tree/5.7
Diffstat (limited to 'Bindings/display/panel/koe,tx14d24vm1bpa.txt')
-rw-r--r-- | Bindings/display/panel/koe,tx14d24vm1bpa.txt | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Bindings/display/panel/koe,tx14d24vm1bpa.txt b/Bindings/display/panel/koe,tx14d24vm1bpa.txt deleted file mode 100644 index be7ac666807b..000000000000 --- a/Bindings/display/panel/koe,tx14d24vm1bpa.txt +++ /dev/null @@ -1,42 +0,0 @@ -Kaohsiung Opto-Electronics Inc. 5.7" QVGA (320 x 240) TFT LCD panel - -Required properties: -- compatible: should be "koe,tx14d24vm1bpa" -- backlight: phandle of the backlight device attached to the panel -- power-supply: single regulator to provide the supply voltage - -Required nodes: -- port: Parallel port mapping to connect this display - -This panel needs single power supply voltage. Its backlight is conntrolled -via PWM signal. - -Example: --------- - -Example device-tree definition when connected to iMX53 based board - - lcd_panel: lcd-panel { - compatible = "koe,tx14d24vm1bpa"; - backlight = <&backlight_lcd>; - power-supply = <®_3v3>; - - port { - lcd_panel_in: endpoint { - remote-endpoint = <&lcd_display_out>; - }; - }; - }; - -Then one needs to extend the dispX node: - - lcd_display: disp1 { - - port@1 { - reg = <1>; - - lcd_display_out: endpoint { - remote-endpoint = <&lcd_panel_in>; - }; - }; - }; |