Message ID | 20240213010347.1075251-16-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 B85CBC4829D for <linux-arm-kernel@archiver.kernel.org>; Tue, 13 Feb 2024 01:05:09 +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=X5wzieH7dWV3J3 nu7pyqPmZiNGLSLgIrhZzEhL7hlIP1THyJzCIDsy4j60ZKDEa2x5NZZNfkqxO4mPyHOMuTBnfjVni 8WdRQ4CbrsFAcevc3iJVB1yw+wQc78sjicXjLYY7dUkzkxiVW8wHreFk/ECXHFjkSWF0GDVWCw1Ce oxuFf6f3bfABKpYwWzhntRcWk6oshH7E4c0fbyPyHl6NNlec7fUjOpM4Juxw8LYV7jTwws2k/bymc G1fHSsuJSXK0NClO7SqBs6XxeyRAtxIWfUTdimoJUQagzn04+MREhhdkowZtrgQsLtb7Ww1pO650P ORoFOdCcc23H54uE1Msg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZhEF-00000007YpP-3cJk; Tue, 13 Feb 2024 01:04:55 +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 1rZhDN-00000007Y4a-0P1N for linux-arm-kernel@lists.infradead.org; Tue, 13 Feb 2024 01:04:02 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 6929ACE18BB; Tue, 13 Feb 2024 01:03:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA4DEC433F1; Tue, 13 Feb 2024 01:03:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707786239; bh=4k5fPYp42gH3QLf+/maLO3ezxAAlAX85NAtYohge+G8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PnfgqeX5rkbobKUs5k7nJWbYmKsymtwvdw/2f/a4b9OHpMVa2OBzqWX1mZxbASMFg E+eSJ/IUQrQKCNXgelRPz72/bdfQdaZJMT9epgfrfR3vhTv3sUD5m+h1x4nRwjLIFZ gAGjMd02inij3czdITQfwQtjuiItM1zGdLlL8CcrmTwFi9p85FRGGF/MFTbs85Pw+D mu4u7VCyd/ZGOIx8A8l0yqH7WtZFs0G8+VpwMBwqx8iQUv0H1Xskkb2vuRcQkVkzGJ cer4cTALq/ZLYXvKRoDSFW2JdLPeLkFBUEXRApeb62nrD4/+33Vf2Vol1a4xmvngMw 5GJ/fU1m8ljRg== Received: by mercury (Postfix, from userid 1000) id 73CE7106D63D; Tue, 13 Feb 2024 02:03:49 +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 v2 15/17] dt-bindings: vendor-prefixes: add UNI-T Date: Tue, 13 Feb 2024 02:01:04 +0100 Message-ID: <20240213010347.1075251-16-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240213010347.1075251-1-sre@kernel.org> References: <20240213010347.1075251-1-sre@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240212_170401_460558_7A1C80CB X-CRM114-Status: UNSURE ( 9.57 ) 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,.*":