From patchwork Sat Oct 31 12:56:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 7530961 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E24E5BF90C for ; Sat, 31 Oct 2015 12:59:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 14280206C7 for ; Sat, 31 Oct 2015 12:59:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E518E206A5 for ; Sat, 31 Oct 2015 12:59:12 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZsVkW-0005Tn-CG; Sat, 31 Oct 2015 12:59:12 +0000 Received: from mail-qk0-f178.google.com ([209.85.220.178]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZsVjd-0004cj-00 for linux-rockchip@lists.infradead.org; Sat, 31 Oct 2015 12:58:18 +0000 Received: by qkcl124 with SMTP id l124so38072430qkc.3 for ; Sat, 31 Oct 2015 05:57:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xjyOFtT+kiIsXdMPt3zUhV+I/GRfNuklgpnjpvfDt8s=; b=Jn6C3BMJUgYl02kPzCTJWVFKP8gedNE2I3uZjhN9Qebqa1Ep4+WpMf5EtCjPm4KuCn Pna/QVSBaXMzxc9fooaTnpvW5dZomHtdMHfPjPbj88lOozeL4+3K4hhGBvxgxExswJO/ PBy5Lw9r3qvkwKKlBeI0O4bGhXeU9l9jCc6plLMK2LtAyIbTIwFM6p7tn0DIDhf36ADi WoxRAHeY9AAjzCiBskgAMXYkzs6IH0OTitaokJvfPuZXuszmcY7Lxxei5Nsge5lALg+p Aa5eWOzHtDtzwdA7ZX6YTlYGZ5A+dWP8AgBXd5nYxfxjBBbqI7BHRGs0ba4zpfDbFdij 4msg== X-Received: by 10.55.31.30 with SMTP id f30mr12723393qkf.5.1446296275587; Sat, 31 Oct 2015 05:57:55 -0700 (PDT) Received: from localhost.localdomain ([45.74.60.60]) by smtp.gmail.com with ESMTPSA id 64sm4362161qgn.12.2015.10.31.05.57.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 31 Oct 2015 05:57:54 -0700 (PDT) From: Chris Zhong To: heiko@sntech.de, linux-rockchip@lists.infradead.org Subject: [PATCH v2 12/13] drm/panel: simple: Add simple panel device tree binding Date: Sat, 31 Oct 2015 20:56:08 +0800 Message-Id: <1446296170-3702-13-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1446296170-3702-1-git-send-email-zyw@rock-chips.com> References: <1446296170-3702-1-git-send-email-zyw@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151031_055817_314083_223ADA2B X-CRM114-Status: GOOD ( 13.48 ) X-Spam-Score: -0.5 (/) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Kumar Gala , Chris Zhong MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY, URIBL_BLACK autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This binding specifies a set of common properties for display panels. It can be used as a basis by bindings for specific panels. Bindings for three specific panels are provided to show how the simple panel binding can be used. Signed-off-by: Chris Zhong --- Changes in v2: As Thierry.Reding comment, add a documentation for this panel. Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt diff --git a/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt b/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt new file mode 100644 index 0000000..50be5e2 --- /dev/null +++ b/Documentation/devicetree/bindings/panel/boe,tv080wum-nl0.txt @@ -0,0 +1,7 @@ +Boe Corporation 8.0" WUXGA TFT LCD panel + +Required properties: +- compatible: should be "boe,tv080wum-nl0" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.