From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02AA8C433EF for ; Wed, 29 Sep 2021 19:27:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDA536140F for ; Wed, 29 Sep 2021 19:27:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346589AbhI2T3d (ORCPT ); Wed, 29 Sep 2021 15:29:33 -0400 Received: from ixit.cz ([94.230.151.217]:53750 "EHLO ixit.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345777AbhI2T3Y (ORCPT ); Wed, 29 Sep 2021 15:29:24 -0400 Received: from localhost.localdomain (78-80-97-115.customers.tmcz.cz [78.80.97.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 7F62923B26; Wed, 29 Sep 2021 21:27:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1632943659; 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; bh=smqJeai++84lIx3j61RKU9Plmcg9oU9OFGLfsn+FhS4=; b=oZ7uaMlycNmJAPulR1aXTcbw9hE1MUgD97v/aU36uWN9oIqwHBw28alRL+YJpWkK6rymw1 8kSEeCTbYsZ6K4NGOmijpaG4H7+agRHhE8i3ze0PlfT97aaM+tmie/+tdBuK1R9VJTXsfE eRR1McBbDz+3AOm3j1yVNBsrGbdlCns= From: David Heidelberg To: Linus Walleij , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, David Heidelberg Subject: [PATCH] dt-bindings: add vendor prefix for asix Date: Wed, 29 Sep 2021 21:26:19 +0200 Message-Id: <20210929192619.111098-1-david@ixit.cz> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add vendor prefix for ASIX Electronics Corp. Signed-off-by: David Heidelberg --- 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 18f3f3b286b7..a69fb7dc07d1 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -131,6 +131,8 @@ patternProperties: description: Asahi Kasei Corp. "^asc,.*": description: All Sensors Corporation + "^asix,.*": + desription: ASIX Electronics Corp. "^aspeed,.*": description: ASPEED Technology Inc. "^asus,.*": -- 2.33.0