From patchwork Mon Feb 14 21:44:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcello Sylvester Bauer X-Patchwork-Id: 12746176 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC23EC433F5 for ; Mon, 14 Feb 2022 21:45:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231514AbiBNVp3 (ORCPT ); Mon, 14 Feb 2022 16:45:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:58658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231510AbiBNVp3 (ORCPT ); Mon, 14 Feb 2022 16:45:29 -0500 Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050::465:102]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D69D5184631; Mon, 14 Feb 2022 13:45:19 -0800 (PST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4JyHnp0qLRz9sTD; Mon, 14 Feb 2022 22:45:18 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sylv.io; s=MBO0001; t=1644875116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QlxYiSQLXtOgUJhWdCR53g7RwR21q6ocLhh0OLfCWng=; b=B87kEiO09YpfEFuPEupS3TskBXP5K+x7m42Ol0pV004XNPzpgJ3yfZGYYeCth2O3W+ZHWp yHYrIypQUuKvp8zEXDScGcyyJ4o9rPcxqtMJsihI21IXGvKYJvN+VIgM09B58ROeW0XoDy g5M9qwEp4oT4xdRGDDse7RE/egD0pa9m6x09OTvxwBliXWo+++9l0SS+9IumFDtUNQqEgj 5hq2702RXzz6kaTkkJbEGpTwo2zdI6z8sxlEvjeP6F+pjoPK2Xgnq+pJGDbgDaPw0bLt11 gT/tBEVDZgDteDy9xeqo4XnyA3KLNuiRkVMzC6VYFplswrPl7NQ989tUd8UHOg== From: Marcello Sylvester Bauer To: Guenter Roeck , Jean Delvare , Rob Herring Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, Patrick Rudolph , Marcello Sylvester Bauer , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v3 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Date: Mon, 14 Feb 2022 22:44:53 +0100 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Add vendor prefix for Vicor Corporation. Signed-off-by: Marcello Sylvester Bauer --- 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 294093d45a23..047a83a089ce 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1298,6 +1298,8 @@ patternProperties: description: Vertexcom Technologies, Inc. "^via,.*": description: VIA Technologies, Inc. + "^vicor,.*": + description: Vicor Corporation "^videostrong,.*": description: Videostrong Technology Co., Ltd. "^virtio,.*":