diff options
author | Eric Anholt <eric@anholt.net> | 2016-03-25 03:23:48 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-05-12 12:32:14 +0300 |
commit | e8b6f561b2eeb667aff932d9a5af5a6279221283 (patch) | |
tree | 205953455337202a9eb934bf27729c978db23078 /Documentation | |
parent | 686cfbd18668eaab303b28de2b45a1ffaf1e6247 (diff) | |
download | linux-e8b6f561b2eeb667aff932d9a5af5a6279221283.tar.xz |
drm/panel: simple: Add the 7" DPI panel from Adafruit
This is a basic TFT panel with a 40-pin FPC connector on it. The
specification doesn't define timings, but the Adafruit instructions
were setting up 800x480 CVT.
v2: Add .bus_format and vsync/hsync flags.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
[treding@nvidia.com: keep entries properly sorted]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt b/Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt new file mode 100644 index 000000000000..3d8a5e029242 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.txt @@ -0,0 +1,7 @@ +On Tat Industrial Company 7" DPI TFT panel. + +Required properties: +- compatible: should be "ontat,yx700wv03" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. |