Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp3271286img; Mon, 25 Mar 2019 07:08:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyNJuHruSof3hvv5xMWkMGN5s+SiPFR1jIdq7ktXttb4WO7uiC3YZJxMYggPS2OHfxRC4yu X-Received: by 2002:a62:121c:: with SMTP id a28mr23888401pfj.58.1553522909554; Mon, 25 Mar 2019 07:08:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553522909; cv=none; d=google.com; s=arc-20160816; b=z4v6yNqoWloFBEeN+5BaJtkt7exQp3NcEiA1QOrWySYSHjgsdonRA/A37yfdSj5sjz eX78MHyeeoegw9bj0lyOthFEjHFvWQVRRO81xExDzEgcrpnNv6DYgMbIFC5IuqKZHYpT Lr9KI0sIS46zeeA55SUVev8iE9II4J1ttdNfA2wjOa98jhrqDA8i66KJ44+vKmsmSzaf LO/IYHAytax7p4ahUlZltDmSyX5Ib98n9Z11BX/1P/NmGlV9Fvd9v0hjorybzqxCPoUx 0RzpkSMUklBbbEu3U4Te1zHoosfOvJ5igljoRFW+RcpsJNYumJxV6A4TbJbJX0cC7gXt jQ9A== 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=/x9WHTCP+ysB+s/FQ9vqWYQfSt2ZqEnrN81DZplH4Hw=; b=sTffiNl6g3F7kFDZqGw6yL32HQwmT+7za9+qvviHHvplM3b04AkLfGyFQeNx7ThHD5 ALCJsgv6Ng4SIwbuoLSal+nx9CSW+8DkQH1Exb0QA1MUrtG/Ld9SY6z0fid4mERG2bAA fJPwnwGfn8Ggv8PuzEAl7LTFFJqnaEuOTUWj6l/5ZTHs0I9D5x69DGXwYlTYRv17wiGX RE6hjFS3Ux+9tege3W9Xy9dHGz3yrfx7qi8iwDKPNRTpsKTgkPXtrMLypahKB1sHlnsF 82SdmMtZc2OSSIFS+zYCa3s9+FiDlpCO8KgD/svPAJb+clXP2xX7dyDPr44gVOUv2C0J XWIg== 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 f4si13180524pgv.118.2019.03.25.07.08.14; Mon, 25 Mar 2019 07:08:29 -0700 (PDT) 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 S1727145AbfCYOGW (ORCPT + 99 others); Mon, 25 Mar 2019 10:06:22 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:47184 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726059AbfCYOGW (ORCPT ); Mon, 25 Mar 2019 10:06:22 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 11291FB06; Mon, 25 Mar 2019 15:06:20 +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 QCfyDqVIXrt1; Mon, 25 Mar 2019 15:06:18 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 21B4A4027C; Mon, 25 Mar 2019 15:06:18 +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 v4 1/3] dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED Date: Mon, 25 Mar 2019 15:06:16 +0100 Message-Id: <13cdeeb62780167836fabdeb496fb19262bc53a5.1553522676.git.agx@sigxcpu.org> 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 Add ROCKTECH DISPLAYS LIMITED (https://rocktech.com.hk) LCD panel supplier. Signed-off-by: Guido Günther --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index fae55f50b2d3..326a4b278186 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -346,6 +346,7 @@ ricoh Ricoh Co. Ltd. rikomagic Rikomagic Tech Corp. Ltd riscv RISC-V Foundation rockchip Fuzhou Rockchip Electronics Co., Ltd +rocktech ROCKTECH DISPLAYS LIMITED rohm ROHM Semiconductor Co., Ltd ronbo Ronbo Electronics roofull Shenzhen Roofull Technology Co, Ltd -- 2.20.1