On Thu, Apr 26, 2018 at 10:48:22PM +0300, Jyri Sarha wrote:
Add support for Three Five displays TFC S9700RTWV43TR-01B 800x480 panel with resistive touch found on TI's AM335X-EVM.
Signed-off-by: Jyri Sarha jsarha@ti.com Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com cc: Thierry Reding thierry.reding@gmail.com
Thanks Thierry, for reminding me about this!
Changes since v4:
- Add tfc to vendor-prefixes.txt
.../display/panel/tfc,s9700rtwv43tr-01b.txt | 10 +++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/tfc,s9700rtwv43tr-01b.txt
diff --git a/Documentation/devicetree/bindings/display/panel/tfc,s9700rtwv43tr-01b.txt b/Documentation/devicetree/bindings/display/panel/tfc,s9700rtwv43tr-01b.txt new file mode 100644 index 0000000..0b1cc71 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/tfc,s9700rtwv43tr-01b.txt @@ -0,0 +1,10 @@ +TFC S9700RTWV43TR-01B 7" Three Five Corp 800x480 LCD panel with +resistive touch
+The panel is found on TI AM335x-evm.
+Required properties: +- compatible: should be "tfc,S9700RTWV43tr-01b"
+This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.
You need to state what properties from this apply. For example, I don't know if power-supply is not used, used, or you made a mistake and the panel has more than one supply.
Rob