Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2451421ybl; Thu, 9 Jan 2020 13:02:11 -0800 (PST) X-Google-Smtp-Source: APXvYqwHVi73kILVSQaNph4ddG3RUoOlJBsksLRR/GbVgR27a27g1cPBNsr3EgR0iq4S0NCVRq/m X-Received: by 2002:a05:6830:1251:: with SMTP id s17mr9914397otp.108.1578603731214; Thu, 09 Jan 2020 13:02:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578603731; cv=none; d=google.com; s=arc-20160816; b=Kk7BrN4wwAYvGEqjVyld6yKwsOQgCdxnGs3xV3GhvyYGFYwVaC6RQla5Bag7PqLtCV hY2RbLMG2GT6iXIWPn/+FIs27NSgk/+AlIW6rxKqwAFurNLJWBNKDrB0DlTVzGho1Mit 5St71XWwczXlAuZD4t0Bf19P2FiVW/qrPPIXCyxyfhLXKjszJ3wd6EypBQ3FyVpvmLTC 4rY0BiwETI7IOJWkih25iVe7kMyn4DH4XdusIuES0JMajZrLITjFi7OgAg2NRBy09jJp hs7JgAeXTJ2ff4PBytJu/gGiBUJ6hdn5OXS02a70sIMjjxIIHo1VtGkoiffQ3+kMa83n KkkA== 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 :message-id:date:subject:cc:to:from; bh=gpkWIRggopcutskNvwR9tQuD/mN49gVCSUHEKlZTYgc=; b=EMRvtb8AzPbeYGiOl8aT2MdE/QL/59K94e6/ymkQlyZOeBJAhZ2r1C25W9aKVUF3IE PtWfH7Rj0tEj44qLD7nE19/3U54Pcpz8+Jz7TDzZ8LAt/Kk01ulKcVtLj9BPUja9rOh2 Gq1k0soteI5zKXGWvVmOhNdMmp5G6VPaIMLxcAZOhts9PTlESaBuaw3UTVRFzkeKdGWP unzJbhs2zldQudZZBb5wIcM5dGnZRibb/+vBkqNatFJJRnCA851U0RE7PalT08qNyMtq 3QdKbQDz0YV6jmohl6XzByLICQgqa75LURQt4OLTu/JBN3gCYjHC7/BjVRTvak4WZqiI uBtg== 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 a14si4248275oid.58.2020.01.09.13.01.58; Thu, 09 Jan 2020 13:02:11 -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 S2388513AbgAISku (ORCPT + 99 others); Thu, 9 Jan 2020 13:40:50 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:48039 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728037AbgAISkt (ORCPT ); Thu, 9 Jan 2020 13:40:49 -0500 X-Originating-IP: 91.224.148.103 Received: from localhost.localdomain (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 2883220002; Thu, 9 Jan 2020 18:40:46 +0000 (UTC) From: Miquel Raynal To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter Cc: Rob Herring , Mark Rutland , , dri-devel@lists.freedesktop.org, , Paul Kocialkowski , Maxime Chevallier , Thomas Petazzoni , Miquel Raynal Subject: [PATCH v5 1/2] dt-bindings: display: simple: Add Satoz panel Date: Thu, 9 Jan 2020 19:40:36 +0100 Message-Id: <20200109184037.9091-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Satoz is a Chinese TFT manufacturer. Website: http://www.sat-sz.com/English/index.html Add the compatible for its SAT050AT40H12R2 5.0 inch LCD panel. Signed-off-by: Miquel Raynal --- Changes since v4: * Drop the satoz,sat050at40h12r2.yaml file in favor of the very new panel-simple.yaml common file. Just add the compatible there. Changes since v3: * Added the missing ".yaml" suffix in the $id. * Removed the unnecessary "contains" assertion about the compatible. * Added a precision : there is no public specification for this panel (known for the moment). * Bindings checked with "make dt_binding_check" Changes since v2: * None. Changes since v1: * New patch .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 090866260f4f..8a9c37640dc0 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -33,6 +33,8 @@ properties: - ampire,am-480272h3tmqw-t01h # Ampire AM-800480R3TMQW-A1H 7.0" WVGA TFT LCD panel - ampire,am800480r3tmqwa1h + # Satoz SAT050AT40H12R2 5.0" WVGA TFT LCD panel + - satoz,sat050at40h12r2 backlight: true enable-gpios: true -- 2.20.1