From patchwork Tue Mar 31 21:43:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Osipenko X-Patchwork-Id: 1264908 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20161025 header.b=Nj0/EDIR; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48sND80bPzz9sRf for ; Wed, 1 Apr 2020 08:45:28 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731420AbgCaVp0 (ORCPT ); Tue, 31 Mar 2020 17:45:26 -0400 Received: from mail-lj1-f182.google.com ([209.85.208.182]:32817 "EHLO mail-lj1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731379AbgCaVpZ (ORCPT ); Tue, 31 Mar 2020 17:45:25 -0400 Received: by mail-lj1-f182.google.com with SMTP id f20so23657453ljm.0; Tue, 31 Mar 2020 14:45:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=7qtvvgY+oQwzC6C15g6s473c+gdmOvol2/yXCpXgmnQ=; b=Nj0/EDIRyrx8JkqEovY/FEMtWJE9Hc9FEuajpCkoFySM7sGSNwtAEsSwUN08Vb7lVz jQajjFJEYPx+Ql0aBfeSi3zxXHdKA92GIq4xC+N7gLFmDPmInjRe9E+qfwsLa6r0DBMK wxJenlQ/wZo++raTYn+cqG2jIorFBuQyfQI/TTiRtHCR0o9h2kxIRzG958w17tlF1umt O4bMcoZwNarRxTyCdF993Y0DkPmfZ/QX141d40XSWA3+MVrRqhi397H5pUQyTUeyheGt ouqXqNhOixIfVUFb8M6b0BrmxDQZFUk9bv43vJfW/OJRJULNWtPzMl0o2UOQAlouF+ZX Jo5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7qtvvgY+oQwzC6C15g6s473c+gdmOvol2/yXCpXgmnQ=; b=AWEUQUuxlM0JL6hiXPGS9LFFx6zdyJ1l7gBdUetofvw2aDHsC/ogCsLU7EVlMH8knt 2cIQwmXvGkVGHRAcHM04H/W0ppMM9VtqxHA+I6mErQILEqiWp6sC5K8rGEaYSOcEJWlt 5KHb+pzlgg3o583T9lqB/HfSShBvCwxVWkKPrQtBXwwpuRYDZwCRe4hAghXD99IXhBh+ q1i0jk6UJ6buMizGd3jGfgfiOu1HXED5TR+xIiHTBIh5+uSEo1BH37p2AhYqFASZsKvj zrqXJTJXeHHYrCRGLftTBzEH6okcgTUWdewW2fi9tHuowd0ynfGkZ8e/begkaNLWVf9P mu6g== X-Gm-Message-State: AGi0Puawuy4QP32AGV5Xd+y2NCXbKL2vbA58HQ2VZDQhYpp39BEoC7LC SfEuyHUIqfXm6KPiy25/P+o= X-Google-Smtp-Source: APiQypIDhnA8je37wjidai8ApC2JmlSUU7udaOUaZxlmJgc024zMS1RvsBpUGLoqtxyLQwL7Kpk9KQ== X-Received: by 2002:a2e:9655:: with SMTP id z21mr11886862ljh.122.1585691122805; Tue, 31 Mar 2020 14:45:22 -0700 (PDT) Received: from localhost.localdomain (ppp91-78-208-152.pppoe.mtu-net.ru. [91.78.208.152]) by smtp.gmail.com with ESMTPSA id a4sm3757826ljb.27.2020.03.31.14.45.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Mar 2020 14:45:22 -0700 (PDT) From: Dmitry Osipenko To: Rob Herring , Thierry Reding , Jonathan Hunter , =?utf-8?b?TWljaGHFgiBNaXJvc8WC?= =?utf-8?q?aw?= , David Heidelberg , Peter Geis , Stephen Warren , Nicolas Chauvet , =?utf-8?q?Pedro_=C3=82ngelo?= , Matt Merhar Cc: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 3/6] dt-bindings: Add vendor prefix for Acer Inc. Date: Wed, 1 Apr 2020 00:43:24 +0300 Message-Id: <20200331214327.6496-4-digetx@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200331214327.6496-1-digetx@gmail.com> References: <20200331214327.6496-1-digetx@gmail.com> MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Acer is a hardware and electronics corporation, specializing in advanced electronics technology. Acer's products include desktop PCs, laptop PCs, tablets, servers, displays, storage devices, virtual reality devices, smartphones and peripherals. Their web site is http://www.acer.com/. Signed-off-by: Dmitry Osipenko --- 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 cd97efc34667..d15fcc922f67 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -27,6 +27,8 @@ patternProperties: description: Abilis Systems "^abracon,.*": description: Abracon Corporation + "^acer,.*": + description: Acer Inc. "^acme,.*": description: Acme Systems srl "^actions,.*":