From patchwork Mon Feb 21 09:42:04 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: 12753383 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 00EE0C433EF for ; Mon, 21 Feb 2022 10:23:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354403AbiBUKXV (ORCPT ); Mon, 21 Feb 2022 05:23:21 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353195AbiBUKW5 (ORCPT ); Mon, 21 Feb 2022 05:22:57 -0500 Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050::465:101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C7CB3E0F7; Mon, 21 Feb 2022 01:42:40 -0800 (PST) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (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-101.mailbox.org (Postfix) with ESMTPS id 4K2HQl1wDfz9sdR; Mon, 21 Feb 2022 10:42:39 +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=1645436557; 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=iexhAn7a0X6e5+v3BwqI2mZWVusxhQnAGAHeG/vURlR2VQMLKvRt9NtMLLmcdsAzqwHBQ0 twwqiZFdiXU3/dsDxUc9dX2xV6FrWbu086wB5TZC7n0ccpqTA2mstk7XhGHgCuAfaQhr/j EkmiUtLovQEMLOfCfE2mZhw6dRpXv+x0ilyWyRUPJgwlsTttDsgdkkh6sNeEwWW3OUPM7d 3WRjcKNE0tCurcit9dycUuqOQYO/wkIBiF/g2/9JRMbHNLDK/r2QAppFNz0GXqm4qTXOiB KpchcqAICXJXeDjsm1eQslwD9n4W2oOngvzi4hZZsKcZ/Em5AcpjZv72Dhf+Pg== 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 v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Date: Mon, 21 Feb 2022 10:42:04 +0100 Message-Id: <5b487a0b68d58b64022662f1e527ac80a6ad81ef.1645435888.git.sylv@sylv.io> 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 Acked-by: Rob Herring --- 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,.*":