From patchwork Thu Nov 19 03:35:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 7656021 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3E1249F1C2 for ; Thu, 19 Nov 2015 08:51:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 650D62062B for ; Thu, 19 Nov 2015 08:51:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id E5699203F4 for ; Thu, 19 Nov 2015 08:51:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ACD626E8F5; Thu, 19 Nov 2015 00:51:43 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-io0-f194.google.com (mail-io0-f194.google.com [209.85.223.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8498E6E894 for ; Wed, 18 Nov 2015 19:39:35 -0800 (PST) Received: by ioc74 with SMTP id 74so6949524ioc.2 for ; Wed, 18 Nov 2015 19:39:35 -0800 (PST) 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=jh6/nhNNhUkaeSeHTiET4V85vnNNdBHVoXuUDRiN/8E=; b=d2rZmicP7cwjBvGvr1wBdA0bF7pmqnjwdqxp9wJoqkNovhwIp4NcnYxnWM53xCDk+p xoi0ytWADtv2FPzFUtl5AqBqyMAXQDRYmkomZjiDIVdpiFUMZIjb1X0T3Jd9f3GEm1xN rxB6hPHeNQqA6tgCJdwL93R+uCcDzk7a6ijDCGN2xs9M5Q1KVZws+A9QLKVo7qo3C5V7 Z1Xk/F2GIr1tUJNkPryq7OGceBsmrMjSJEQK3FQv8v/VDX2hGQEwzlY+iAJZEYcXeNms P10uMzyv12lanvt7mlhHxi4e3VsHY1d0AxOdBBEtxGhGgpDgg68wHmML48JQ2TYphiGc Q4KA== X-Received: by 10.107.14.147 with SMTP id 141mr7546752ioo.137.1447904374922; Wed, 18 Nov 2015 19:39:34 -0800 (PST) Received: from localhost.localdomain ([45.74.60.49]) by smtp.gmail.com with ESMTPSA id n3sm11392131iga.0.2015.11.18.19.39.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Nov 2015 19:39:33 -0800 (PST) From: Chris Zhong To: heiko@sntech.de, linux-rockchip@lists.infradead.org, Mark Yao Subject: [PATCH v3 11/12] drm/panel: simple: Add boe, tv080wum-nl0 simple panel device tree binding Date: Thu, 19 Nov 2015 11:35:29 +0800 Message-Id: <1447904131-29328-12-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1447904131-29328-1-git-send-email-zyw@rock-chips.com> References: <1447904131-29328-1-git-send-email-zyw@rock-chips.com> X-Mailman-Approved-At: Thu, 19 Nov 2015 00:51:42 -0800 Cc: Mark Rutland , devicetree@vger.kernel.org, Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Kumar Gala , Chris Zhong X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Acked-by: Rob Herring --- Changes in v3: move boe,tv080wum-nl0.txt to bindings/display/panel/ Changes in v2: As Thierry.Reding comment, add a documentation for this panel. .../devicetree/bindings/display/panel/boe,tv080wum-nl0.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/boe,tv080wum-nl0.txt diff --git a/Documentation/devicetree/bindings/display/panel/boe,tv080wum-nl0.txt b/Documentation/devicetree/bindings/display/panel/boe,tv080wum-nl0.txt new file mode 100644 index 0000000..50be5e2 --- /dev/null +++ b/Documentation/devicetree/bindings/display/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.