From 8d0bd2f35fb0f27903e76cc5385b71f100516e4b Mon Sep 17 00:00:00 2001 From: Yakir Yang Date: Tue, 28 Jun 2016 11:44:23 +0800 Subject: [PATCH] FROMLIST: dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and 32 pins eDP interface. This module supports 1536x2048 mode. Change-Id: I3f56b58935e47bb062d62521a019f36baae4be7a Signed-off-by: Yakir Yang (am from https://patchwork.kernel.org/patch/9201795/) --- .../devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt diff --git a/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt b/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt new file mode 100644 index 000000000000..b9877acad012 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt @@ -0,0 +1,7 @@ +LG LP079QX1-SP0V 7.9" (1536x2048 pixels) TFT LCD panel + +Required properties: +- compatible: should be "lg,lp079qx1-sp0v" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. -- 2.34.1