[PATCH 1/4] dt-bindings: vendor-prefixes: Add Ntmer

Pengyu Luo posted 4 patches 3 months, 3 weeks ago
[PATCH 1/4] dt-bindings: vendor-prefixes: Add Ntmer
Posted by Pengyu Luo 3 months, 3 weeks ago
Ntmer is a Chinese company, their website is https://www.ntmer.com

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
---
 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 3f23f6f93..9b8024ca6 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1085,6 +1085,8 @@ patternProperties:
     description: Novatek
   "^novtech,.*":
     description: NovTech, Inc.
+  "^ntmer,.*":
+    description: Shenzhen Ntmer Technology Co., Ltd.
   "^numonyx,.*":
     description: Numonyx (deprecated, use micron)
     deprecated: true
-- 
2.49.0
Re: [PATCH 1/4] dt-bindings: vendor-prefixes: Add Ntmer
Posted by Rob Herring (Arm) 3 months, 2 weeks ago
On Tue, 17 Jun 2025 17:29:26 +0800, Pengyu Luo wrote:
> Ntmer is a Chinese company, their website is https://www.ntmer.com
> 
> Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>