Received: by 10.223.185.116 with SMTP id b49csp299419wrg; Fri, 2 Mar 2018 19:40:00 -0800 (PST) X-Google-Smtp-Source: AG47ELtotULhm4A5dHXweaItgBhqMW4mP3Do+AZ86Lz0wRGPAbzGzdW+vR6FjnF+imhrlId9yCbH X-Received: by 10.99.103.195 with SMTP id b186mr6212314pgc.446.1520048400708; Fri, 02 Mar 2018 19:40:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520048400; cv=none; d=google.com; s=arc-20160816; b=fhUD8zOpiCYKcsPZouHMQBBQ2BufHafSYoYQ6H4IncaqLf9ZnwfJVSXkE1dR5QVJl7 xCVWQq6E65Ut7Hs1vQ9L1d+W+Hq4tFTMJrgT/Q4bZiXoxr+wLLRZSRyFeIa4TKib1s2u rx/3V5deaP9Pvvb7LYIioWGB9X5pVNWlJGfPyloIy2+EDFMBf9lBhTb46ZM4I2/SGFVM zHp+DIDhbrRJjaSu0wWCWEnv7FuyRDTdlOBINDwQTbZb5ag3ds0OT5PmbC+PtY0/q3t6 E7lGZWiPAIMde4FHszzN91z2dKr1ReIFQty5ZIS4Yi1KRa84QtlEb7nZVdJW1iSdMAGj ro9g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=oIQaAn187CaP6ny47tK1gn8orzP9yNM+k7XuAqd090k=; b=W5WQPPUaCVLzWE0DBwcxS9f2D0oN4Q9YQWX+BsVd5JqRpeh8xfVVgI/cg+yaQaxdnm BiYrobp7vxq/aKnmONTzMU/xch3hzKe/febQnQfMrjZGzHWTa6ATMkBQyBWwsLc4Df5U u24K1ZtsvcINrfsrxNd4ZCJT/HRRhvAzTWJ8byielZaWIDnQPW6JairadFwd5IsZsYKl z6JNCwAt0q8BWu+d8s5SjE7PJIdvEXxW6mucDeVPHCcJYwPYf3pkr+YaZ38HU8RSY4GQ dapZfQ/fY7JW7kfuoK8euyaLIuq3Sie6B5xGiPHj44FCRU5TUIsMnPy9WVtR55/Yu1TI XPOA== 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 f185si4938761pgc.202.2018.03.02.19.39.46; Fri, 02 Mar 2018 19:40:00 -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 S933494AbeCBWtQ (ORCPT + 99 others); Fri, 2 Mar 2018 17:49:16 -0500 Received: from mail.bootlin.com ([62.4.15.54]:52375 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933309AbeCBWtO (ORCPT ); Fri, 2 Mar 2018 17:49:14 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 997EE207BB; Fri, 2 Mar 2018 23:49:11 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id 4FCF4207CA; Fri, 2 Mar 2018 23:49:01 +0100 (CET) From: Alexandre Belloni To: James Hogan , Ralf Baechle Cc: Allan Nielsen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH v4 1/6] dt-bindings: Add vendor prefix for Microsemi Corporation Date: Fri, 2 Mar 2018 23:48:06 +0100 Message-Id: <20180302224811.26840-2-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180302224811.26840-1-alexandre.belloni@bootlin.com> References: <20180302224811.26840-1-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Microsemi Corporation provides semiconductor and system solutions for aerospace & defense, communications, data center and industrial markets. Signed-off-by: Alexandre Belloni Acked-by: Rob Herring --- 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 ae850d6c0ad3..ffc959ef53e9 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -224,6 +224,7 @@ motorola Motorola, Inc. moxa Moxa Inc. mpl MPL AG mqmaker mqmaker Inc. +mscc Microsemi Corporation msi Micro-Star International Co. Ltd. mti Imagination Technologies Ltd. (formerly MIPS Technologies Inc.) multi-inno Multi-Inno Technology Co.,Ltd -- 2.16.2