Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp155016pxb; Wed, 18 Nov 2020 00:32:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJyemHb3UuooG9lGFAg+Hhlt9oDPdiSp1AY/8EfFagVU1KXQA/Wj/KpQAqdBuR+A6nSlJf6I X-Received: by 2002:a50:d78f:: with SMTP id w15mr25810756edi.227.1605688356573; Wed, 18 Nov 2020 00:32:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605688356; cv=none; d=google.com; s=arc-20160816; b=tE8L1wl9/OHr3RQ9Dyh62p4xWWO+7EqYw+xOow7e2w8cvbIJPP6H3qLyvQ/ftiaCiK RluwiXfh6qz2DFLUhvy4wBBmVP/hwH23ZD0vG0HbJy09ZfsLYstOGpZb3ecoGTsTJOKA kBMseKsk2Fu9D/tae0A1Gy8Zvsbyre/j0PJkLxKrUzwRj9IDSNXNnImGqT6sys3cMlfl BwKcF3IUD1b8Ysyz/9br9Sofh2vcTJf1hrGbLZFavn9Gue/+JuUdXSOnpa9T1MUMWRQn ZYGnUogaV9kHCq75VWZzmGA01gzj5tie0HHhtTHJQ+aruP5KD4Ux1+7OfFa4Wser+gOb YZmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=8gZgvFL2MZkQakZR8ORz4V6hlPrMe+kzb2Xkg7jhIr8=; b=xPqCFBrppX6JdhWPncVfzBAXBNMExiARD2sLkfOygTqY80WUUX0snp/hbjzpo62KMs 7Uw2jdWjqxEHawWz1usqhrP0SZ2M493a+nBqHTG5vEuSXKdHid0vB5YMtvDdaXaV0WUB rvPX2GfJpWd7Nn2V9W1LXsuoALiTAYk0wZ5JJYzrUEboQgWySOqfoBR5nKlvPFt1hO0w 08dC0VNGl2hgXCu3omjblRa+y0uJMjhkRUttmvxVwHRYSEY4LejT1jEmhJEBi+Rli8Gh qeZyQYXSizvR2rw84Fd9DjtcYTTKfGOth7NvaDT4hRWyrVyhUwtWnKMbSTxQO50z3nto 5KFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g10si19789979edv.116.2020.11.18.00.32.14; Wed, 18 Nov 2020 00:32:36 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727037AbgKRIaJ (ORCPT + 99 others); Wed, 18 Nov 2020 03:30:09 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:53658 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727685AbgKRIaF (ORCPT ); Wed, 18 Nov 2020 03:30:05 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 9C0D7FB07; Wed, 18 Nov 2020 09:30:02 +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 UZEnq6OT2nTX; Wed, 18 Nov 2020 09:30:01 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id C3FB443F73; Wed, 18 Nov 2020 09:29:53 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Ondrej Jirman , Linus Walleij , Arnd Bergmann , Krzysztof Kozlowski , Lubomir Rintel , Mark Brown , Geert Uytterhoeven , allen , Kuninori Morimoto , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS Date: Wed, 18 Nov 2020 09:29:53 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This panel from Shenzhen Yashi Changhua Intelligent Technology Co uses the same driver IC but a different LCD. Signed-off-by: Guido Günther Reviewed-by: Linus Walleij --- .../devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml index 51f423297ec8..9e78f2e60f99 100644 --- a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml +++ b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml @@ -20,6 +20,7 @@ properties: compatible: enum: - mantix,mlaf057we51-x + - ys,ys57pss36bh5gq port: true reg: -- 2.29.2