From patchwork Mon Jun 3 15:35:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 56554 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXozr-0002pZ-3f; Mon, 03 Jun 2019 15:35:39 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727677AbfFCPfV (ORCPT + 1 other); Mon, 3 Jun 2019 11:35:21 -0400 Received: from outils.crapouillou.net ([89.234.176.41]:58182 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726717AbfFCPfV (ORCPT ); Mon, 3 Jun 2019 11:35:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1559576118; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=auqQoAWu6HJcQ9dAYh3x5JeoeNLaZ4+0Q+ur1G1yukU=; b=Xtv5XN9Vkv9B9Pb+eYYLPZ+956M049bKb78736GBz+ijiKqW29jCgbXNJbzjySfl9Yjnmg kcoFkjzSGBtA4f2qqagR4TAczQq9gJYzv77J/TYUcIdSqZmQ1yWexvSIMQ1vQtfzA9MDTB pFJgCyGSeOMR14zWntENnYodNq7z3UA= From: Paul Cercueil To: Thierry Reding , Sam Ravnborg , Mauro Carvalho Chehab , Hans Verkuil Cc: dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, od@zcrc.me, Paul Cercueil , Rob Herring Subject: [PATCH v4 1/3] dt-bindings: display: Add GiantPlus GPM940B0 panel documentation Date: Mon, 3 Jun 2019 17:35:09 +0200 Message-Id: <20190603153511.24384-1-paul@crapouillou.net> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The GPM940B0 is a 3.0" 320x240 24-bit TFT LCD panel. Signed-off-by: Paul Cercueil Reviewed-by: Rob Herring --- Notes: v2: New patch v3: Add Rob's ack v4: No change .../bindings/display/panel/giantplus,gpm940b0.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/giantplus,gpm940b0.txt diff --git a/Documentation/devicetree/bindings/display/panel/giantplus,gpm940b0.txt b/Documentation/devicetree/bindings/display/panel/giantplus,gpm940b0.txt new file mode 100644 index 000000000000..3dab52f92c26 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/giantplus,gpm940b0.txt @@ -0,0 +1,12 @@ +GiantPlus 3.0" (320x240 pixels) 24-bit TFT LCD panel + +Required properties: +- compatible: should be "giantplus,gpm940b0" +- power-supply: as specified in the base binding + +Optional properties: +- backlight: as specified in the base binding +- enable-gpios: as specified in the base binding + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.