From patchwork Wed Jun 1 15:35:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joshua Clayton X-Patchwork-Id: 628742 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3rKZFx6DX1z9t5g for ; Thu, 2 Jun 2016 01:36:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=XGhxFNl/; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754562AbcFAPgT (ORCPT ); Wed, 1 Jun 2016 11:36:19 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36194 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161497AbcFAPgQ (ORCPT ); Wed, 1 Jun 2016 11:36:16 -0400 Received: by mail-pf0-f194.google.com with SMTP id 62so4270829pfd.3 for ; Wed, 01 Jun 2016 08:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=S1a82/B1Vs6sJZrUtqq8ZD9QTHH8DMM39/jDKzAtRQQ=; b=XGhxFNl/AWt4BotrMHP0wAuFYVTJjpBqtOnVrzKYC7nEKRP2F9ZAnviblhhmfgKe78 0yRtG3mIf6GN2MiHtIPHN4blmLAMMEji2cijZNuVlcoTAvPH9FWYNZq8IbYwD+mUAYgd VST9tAfH8vXlLOR6o4Z4s7Q8WrYQrh45Vm5Njr2z30YGhdDOYMxj2bTe9MMdai2S2Ajv zuyG0KbXccMMz4BuNqn2mFm/+EA/mzgZLDrUkRNuHl5SJ8fB07MJQSazh/gRds+hfaKK hAPNJ5foZnIwJLiPE/8q0W0X7pAniqycWLz0wcGZ6EfG7+Op21zC06cwaMOwltvGxESb P59g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=S1a82/B1Vs6sJZrUtqq8ZD9QTHH8DMM39/jDKzAtRQQ=; b=Io2f+ozA5WcCwr71WZaNtYqzA2RFEzy1fZUKmGY2mUAI6RHVbT0fJTebevwB3wH+5Q /ZA0j4AEDPtxXQSryJw93ARHFbMSRql0t1HYn8y0DqtDL+EzTPncI/RZB7S7qgk18Np8 fTGqp7+wruEWpwW0siDItdnXrM4D3iDLX7gXvJ129MAM0r0ioM6ea2s9rVoexyzrd7ST pqdk/6E0eNJ4CEnPKqJga7LTiTzizxecjG7m3ksJM4VAM2HkBvLJrkmxqkK02WtBXCdJ lPuVTjYb45lNkzOxnCt/RPvPR2lc5oR54wTTvrnJerX2BupBVWbd47CQOkHS7p+Q6lBA BfBw== X-Gm-Message-State: ALyK8tLbj5bivZtcf11CPrfK9JubuuE+lQjAjtcNKu0gAs5Q+xdON3as+jBF7Rr0j3sccw== X-Received: by 10.98.5.196 with SMTP id 187mr9803839pff.133.1464795375306; Wed, 01 Jun 2016 08:36:15 -0700 (PDT) Received: from localhost.localdomain (68-185-59-186.static.knwc.wa.charter.com. [68.185.59.186]) by smtp.gmail.com with ESMTPSA id 205sm49103711pfy.32.2016.06.01.08.36.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 01 Jun 2016 08:36:14 -0700 (PDT) From: Joshua Clayton To: Thierry Reding , David Airlie Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Joshua Clayton Subject: [PATCH v3 2/2] drm/panel: simple: Add Documentation for Sharp LQ101K1LY04 Date: Wed, 1 Jun 2016 08:35:51 -0700 Message-Id: <1464795351-11668-2-git-send-email-stillcompiling@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1464795351-11668-1-git-send-email-stillcompiling@gmail.com> References: <1464795351-11668-1-git-send-email-stillcompiling@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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.