From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Clayton Subject: [PATCH 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04 Date: Tue, 12 Jan 2016 13:55:36 -0800 Message-ID: <1452635736-7343-2-git-send-email-stillcompiling@gmail.com> References: <1452635736-7343-1-git-send-email-stillcompiling@gmail.com> Return-path: In-Reply-To: <1452635736-7343-1-git-send-email-stillcompiling@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Lucas Stach , Thierry Reding , David Airlie Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Joshua Clayton List-Id: dri-devel@lists.freedesktop.org Document basic simple-panel support for Sharp LQ101K1LY04 Signed-off-by: Joshua Clayton --- .../devicetree/bindings/display/panel/sharp,lq101k1ly04.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt b/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt new file mode 100644 index 0000000..4aff25b --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq101k1ly04.txt @@ -0,0 +1,7 @@ +Sharp Display Corp. LQ101K1LY04 10.07" WXGA TFT LCD panel + +Required properties: +- compatible: should be "sharp,lq101k1ly04" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory. -- 2.5.0