From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932684AbcGFW7l (ORCPT ); Wed, 6 Jul 2016 18:59:41 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33154 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932542AbcGFW7k (ORCPT ); Wed, 6 Jul 2016 18:59:40 -0400 From: Joshua Clayton To: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, David Airlie , Thierry Reding , linux-arm-kernel@lists.infradead.org Cc: Joshua Clayton Subject: [REPOST v3 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04 Date: Wed, 6 Jul 2016 15:59:17 -0700 Message-Id: <1467845957-29036-2-git-send-email-stillcompiling@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1467845957-29036-1-git-send-email-stillcompiling@gmail.com> References: <1467845957-29036-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 Acked-by: Rob Herring --- .../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.7.4