Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp2543994pxx; Sun, 1 Nov 2020 01:34:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJysmIWKBHmMqvExevEGtiPP4C9H8LiQJLWbM7xRHUGS5H4VETxaVRiqSTNh+NECo5OmnklN X-Received: by 2002:aa7:d7ca:: with SMTP id e10mr11077184eds.269.1604223249687; Sun, 01 Nov 2020 01:34:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604223249; cv=none; d=google.com; s=arc-20160816; b=lbBEWv2kq1ZukJNjhKTnIsF23OKi5ScKj829oqA4HUbpklu1eOdbZwBqup8AEMjPeO O6F9bwRb96QmJKtFdrpEBZLJxbSLlxfMAFE1DdfZTDe7zdfIL8Y+ILlvNQWysLZIwIZo Yg8Xg1VprBEKh79/Alrc99yNfnK0FYCQjvwGPpsBZxdb1wmqajUYCpCpi0TT4vxQ1+mW dQ5LjoIp4G7KjLqzW/h+4BE+lZrZufG3jNYbr5CbrI7EXyPcmMvtExJLoFkvNi6AEk2v tkWVO383yDUmh8SQs8nMooX1GlFERhNB6NWXC7rQpdrmbfLKthomJAKMjIWDadKtz+XI TYbg== 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:cc:to:from; bh=2DkHpjAQ23VL5UkYGZMFGIg5ksZ8exilDje3JaENbN8=; b=pinqu+rooiCIWIXMaxhwEH/GNrxuIYNMcWv/qGxQ2sPxnQ/fF9ZhJRzyEWP/4rzTFT PStG0vj6+RGM8EuqfMfRPYb7Ncw4qNqYasU3MoBG0QhOf2haWPQoczsjm4OmJiqhzWFe oUiwR30yAyaFg9ZrRko3lJhP9QYT2zRFLI44abFwvrg7ZnV9kApP1Ozj76EklZWACL3J 8wVJnWl1U1vNwjH7IqlrDWbGejVAfSOceBw43cMH0BOfuPK2Pz/N8mkz7ganBFm6fvdH 6EjGx3qBXak7ynLeMCEGy0taF6NRttaycbq8gD0gLkKRDqE7QKNswiOAOz/+9ZYklExH uBsQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id oq7si8319498ejb.403.2020.11.01.01.33.47; Sun, 01 Nov 2020 01:34:09 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726285AbgKAJcW (ORCPT + 99 others); Sun, 1 Nov 2020 04:32:22 -0500 Received: from aposti.net ([89.234.176.197]:38592 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726261AbgKAJcW (ORCPT ); Sun, 1 Nov 2020 04:32:22 -0500 From: Paul Cercueil To: Thierry Reding , Sam Ravnborg , Rob Herring Cc: Christophe Branchereau , od@zcrc.me, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH 1/4] dt-bindings: vendor-prefixes: Add abt vendor prefix Date: Sun, 1 Nov 2020 09:31:47 +0000 Message-Id: <20201101093150.8071-2-paul@crapouillou.net> In-Reply-To: <20201101093150.8071-1-paul@crapouillou.net> References: <20201101093150.8071-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add prefix for ShenZhen Asia Better Technology Ltd. Signed-off-by: Paul Cercueil --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 0e384959e870..2040f46396de 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -29,6 +29,8 @@ patternProperties: description: Abilis Systems "^abracon,.*": description: Abracon Corporation + "^abt,.*": + description: ShenZhen Asia Better Technology Ltd. "^acer,.*": description: Acer Inc. "^acme,.*": -- 2.28.0