Message ID | 20240216223654.1312880-15-sre@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AE388C48BF3 for <linux-arm-kernel@archiver.kernel.org>; Fri, 16 Feb 2024 22:37:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xDWBj5fI/Q7mjm4WfSmdoKGYagn7vxMRz04AtdXTbJc=; b=GQN+3kSvIrsgIb noZ8FCgXEhYj6xa5CspndYvB/FaSq+/HjXsh8vWDw++QGCswNnNWcd/lLQojiP2/WzRInVcdDZUGK aifcaLbi4fPwCbvebD511KHfizSmmwMFR1BQ2eUF4FkmMG5gGbv8KiQDmlwFru6cxHJpV+bdkPgDz iKCyhHpa40t4MWWXR68PFg5zAzj/rT/HaygUaPQwWWBbUUOydd6qePnl/ZPe2BFsvh80ONIQFABIA e6IWtEesWzvtgUAwnB9+xYWvIAbiTNf4OoyRakjgBk+LoctkpBwH3AiCalbKbwpCjo6SkI+J8aF6f bt7iXiwexow9rCuuvQNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rb6pm-00000003y2P-0wkG; Fri, 16 Feb 2024 22:37:30 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rb6pM-00000003xiQ-1peS for linux-arm-kernel@lists.infradead.org; Fri, 16 Feb 2024 22:37:08 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B6702CE2D6A; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2687EC433F1; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=4k5fPYp42gH3QLf+/maLO3ezxAAlAX85NAtYohge+G8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KF2kCAK17YIkOIEVFXfuDmOTgCSQKQrdgE4gPj223DNcL9szLv1faH1svOXe5YpRm BJBHV+XgQJx4qN5jvPv4ka25XJ1P/LohGAsnC7QirAu7rmij8bGiiPXw9Wc9sqJGbh d+z0O0fKUcHvKSmazyWfzo4pv4aPrMPK0WK/rT2zSR3cYGk+jq16906w9H0IfaB9aq xKbm38TwbcmzhNvDWA1HyZkqNmlDzTEddukUdUA4xohYSJUdpqgo80jRsa0dM2Cx+T anaQSpFRzyLGaE1qhl6vx6SxN9Uod6WzqtUzYxbRxmcbRCxWgkvdO3TWkvU6Y6OXKk iRobOSD8IaUpQ== Received: by mercury (Postfix, from userid 1000) id D7E3610633F3; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel <sre@kernel.org> To: Sebastian Reichel <sre@kernel.org>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <s.hauer@pengutronix.de>, Fabio Estevam <festevam@gmail.com>, Pengutronix Kernel Team <kernel@pengutronix.de>, NXP Linux Team <linux-imx@nxp.com> Cc: Dong Aisheng <aisheng.dong@nxp.com>, Linus Walleij <linus.walleij@linaro.org>, Dmitry Torokhov <dmitry.torokhov@gmail.com>, Mark Brown <broonie@kernel.org>, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Subject: [PATCH v3 14/16] dt-bindings: vendor-prefixes: add UNI-T Date: Fri, 16 Feb 2024 23:34:33 +0100 Message-ID: <20240216223654.1312880-15-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240216_143704_755182_63616144 X-CRM114-Status: UNSURE ( 9.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
UNI-T UTi260B support
|
expand
|
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 1a0dc04f1db4..e945e76696c2 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1484,6 +1484,8 @@ patternProperties: description: Ufi Space Co., Ltd. "^ugoos,.*": description: Ugoos Industrial Co., Ltd. + "^uni-t,.*": + description: Uni-Trend Technology (China) Co., Ltd. "^uniwest,.*": description: United Western Technologies Corp (UniWest) "^upisemi,.*":