Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp442596imb; Fri, 1 Mar 2019 05:02:57 -0800 (PST) X-Google-Smtp-Source: APXvYqxlgRqvz6CpXakQw436SVT8GEo2oHM07pkJklelnGk+OodfJoc2FHPHVD26G+AomaWdnHza X-Received: by 2002:a65:4244:: with SMTP id d4mr4791136pgq.419.1551445377186; Fri, 01 Mar 2019 05:02:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551445377; cv=none; d=google.com; s=arc-20160816; b=Ul5pqvf5EncDiI2th3DH6CXUcIuzBLowGXiPmSFs2FwkowDMQ34fObC75s8L1/c8Up bDcu+r0e11fTtHcNFRCxXPxz2uHBmZalA1v6epmz7tA5f81TIGXlA4nCpjBlxsJLvvUf 8GM54gUm8jp00e2zZB9YTpuXXpAYigIq+vo3wBHtC6MzsdFJuoV+M22YOpqD5rMb1Ye6 J4PaG6DVchWX/EcUWg1u3v6M8kQ4AReipfkRuM70wVW+7hCjPJNebdpsyzGuzOGA5rhF kq/3d4OUjqqxJG/YOAtDVMYQXMm7qeQ0H0kN/UO6OF+kaTOb/UzVmle0DFUX7HL91kue 6i1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=nFcEBGCy0BcK41kabhMRetgbRAAvkWl/2A4mVJWF/hM=; b=YZKltAnCvBYG+Mcr3ErBRdMofO7liMYF9Z1CIvDm6RCESC6N1+JfC0kd8tZzVyKQXj 5jrhdsPbl+qT/phLK74RArGfiO6iiWjx9/I4yZaKM7ppOfzO/R9u112G2aNAG63kI+1U 40yhH+DsXpBYilne1+vZ2iS5v/GlmyMjGDPNf14j4Ahc2eMJWvNyE+voLyHILLqq86Uj yZqwWLQ+Tc6k0BLuK+Iy+3CH43wAG2nGzKJAqvnZzCfHklqKuJt8yS7qOA7bqEaVoAHo fTdP6JTvY6/3LE9//sK4R3QpPJTSq8e0Jf2EmoSwQnQkWEfPJlrfySXhb0Z8qSzWjRCe +1nw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si20710693pfd.250.2019.03.01.05.02.40; Fri, 01 Mar 2019 05:02:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733001AbfCANCO (ORCPT + 99 others); Fri, 1 Mar 2019 08:02:14 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:55740 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728202AbfCANCK (ORCPT ); Fri, 1 Mar 2019 08:02:10 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 21C5CFB07; Fri, 1 Mar 2019 14:02:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9PJGrJdhgDsG; Fri, 1 Mar 2019 14:02:06 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 321B641507; Fri, 1 Mar 2019 14:02:04 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sam Ravnborg Subject: [PATCH v2 2/3] dt-bindings: Add Rocktech jh057n00900 panel bindings Date: Fri, 1 Mar 2019 14:02:03 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Rocktec jh057n00900 is a 5.5" MIPI DSI video mode panel with a 720x1440 resolution and a built in backlight. Signed-off-by: Guido Günther --- .../display/panel/rocktech,jh057n00900.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt new file mode 100644 index 000000000000..32f4001d2d6f --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt @@ -0,0 +1,18 @@ +Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel + +Required properties: +- compatible: should be "rocktech,jh057n00900" +- reg: DSI virtual channel of the peripheral +- reset-gpios: panel reset gpio +- backlight: phandle of the backlight device attached to the panel + +Example: + + &mipi_dsi { + panel { + compatible = "rocktech,jh057n00900"; + reg = <0>; + backlight = <&backlight>; + reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>; + }; + }; -- 2.20.1