From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753202AbcALVzy (ORCPT ); Tue, 12 Jan 2016 16:55:54 -0500 Received: from mail-pa0-f68.google.com ([209.85.220.68]:34864 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbcALVzq (ORCPT ); Tue, 12 Jan 2016 16:55:46 -0500 From: Joshua Clayton To: Lucas Stach , Thierry Reding , David Airlie Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, 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> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452635736-7343-1-git-send-email-stillcompiling@gmail.com> References: <1452635736-7343-1-git-send-email-stillcompiling@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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