From patchwork Fri Mar 3 01:01:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 9601863 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8077B60453 for ; Fri, 3 Mar 2017 01:02:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 70EAC285CB for ; Fri, 3 Mar 2017 01:02:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 64C16285D6; Fri, 3 Mar 2017 01:02:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E14F5285CB for ; Fri, 3 Mar 2017 01:02:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=8jzHDfLmW/i3muCEbiYc8K6nK8bXsFEhK5sXzP2GvSI=; b=hpe iAgkudD8Pr+1NLMdvE5i8oYgJ+9bxhb76nyzD/a8a2/0T31lI5dYMj39C423LGWetqfytAqhpRP/A ifD+coyc6evBfA8r7Li1pbKtDDvBEJu1HPIw9O44NOgVGIt4iJ1aJtasTGB450D2usCXA7RK3eHbr EIujp9BDqDjyVAO5g1FjyQB3OPY1nbkMwoD/Ux8wHcs74XN5m2oXGeIQgFJB5REp0m0H36eBoC1Kh AV5vPXQbQMA/CO6CWuGkLF3CaRGO+fZ6WfygbznbTvLHnq0vgvHIcASFq58lzXTd1sHCvuoOn5qd6 FnNcpfye1haQtMS9sIh0qClykh9Qygg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cjbby-00085P-S3; Fri, 03 Mar 2017 01:02:22 +0000 Received: from mail-pf0-f194.google.com ([209.85.192.194]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cjbbt-00084c-KQ for linux-rockchip@lists.infradead.org; Fri, 03 Mar 2017 01:02:21 +0000 Received: by mail-pf0-f194.google.com with SMTP id 67so3817748pfg.2 for ; Thu, 02 Mar 2017 17:01:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=nnMdAIRqzDhaHW3Lsq44LSZ+IRP+dNxfhr7m0UmWIEU=; b=kQhs5ZDO7MkOYECzV2z2ug1tTK7+X8wLVl7K3qGtDd+E+d12BhBwENEWaDIK1De/gK ZOiZgLm5Crg6XFyx0q/5f9JWbMFuILdLdGCxZZuNX6rF+FG6W496t8rExfemazGfS0po bnQd0N1WVdh5pR2p11W3HP7nj8klBASOAb1sK6Ulp8s9G4jwLGpiIKY9B1DhP2CxequF LsDzy5lfZUkzKMd9+8W2K4lFXzozxoF3LeyfLd0rxC4GxD0T5Zghkgm9oEVp1SD+/oQ6 zTS+UYIeaYGM5kKZiFGj8dk7Z5o5pLeNj5Hwor24XtiJB5fEazHkILD/eNL5mo4YZi28 X1rw== X-Gm-Message-State: AMke39l1PCV3k71MzdYE7yqJ5hlrB8xahdtxoSPsN6Pt3ewj9pa+SClP7bEjaaMSwsOXaA== X-Received: by 10.98.149.147 with SMTP id c19mr192492pfk.36.1488502915433; Thu, 02 Mar 2017 17:01:55 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id m29sm19291030pfi.54.2017.03.02.17.01.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 02 Mar 2017 17:01:54 -0800 (PST) From: Chris Zhong To: linux-rockchip@lists.infradead.org Subject: [PATCH 1/2] dt-bindings: Add INNOLUX P079ZCA panel bindings Date: Fri, 3 Mar 2017 09:01:48 +0800 Message-Id: <1488502909-22160-1-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170302_170217_701080_00E5F896 X-CRM114-Status: GOOD ( 10.40 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 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, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Chris Zhong MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The Innolux P079ZCA is a 7.85" panel with a 768X1024 resolution and connected to DSI using four lanes. Signed-off-by: Chris Zhong --- .../bindings/display/panel/innolux,p079zca.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt diff --git a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt new file mode 100644 index 0000000..c40c8e4 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt @@ -0,0 +1,22 @@ +Innolux P079ZCA 7.85" 768x1024 TFT LCD panel + +Required properties: +- compatible: should be "innolux,p079zca" +- power-supply: phandle of the regulator that provides the supply voltage +- enable-gpios: panel enable gpio + +Optional properties: +- backlight: phandle of the backlight device attached to the panel + +Example: + + &mipi_dsi { + panel { + compatible = "innolux,p079zca"; + reg = <0>; + power-supply = <...>; + backlight = <&backlight>; + enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; + status = "okay"; + }; + };