[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Nicera

Waqar Hameed posted 3 patches 3 months, 3 weeks ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Nicera
Posted by Waqar Hameed 3 months, 3 weeks ago
Nicera (Nippon Ceramic Co.) is a manufacturer of a wide range of
sensors. For example infrared, ultrasonic, gas sensors and much more.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.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 c01adbaacbbb..b41cf7ba1b04 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1067,6 +1067,8 @@ patternProperties:
     description: Next Thing Co.
   "^ni,.*":
     description: National Instruments
+  "^nicera,.*":
+    description: Nippon Ceramic Co., Ltd.
   "^nintendo,.*":
     description: Nintendo
   "^nlt,.*":
-- 
2.39.5
Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Nicera
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
On Sun, Jun 15, 2025 at 12:13:58AM GMT, Waqar Hameed wrote:
> Nicera (Nippon Ceramic Co.) is a manufacturer of a wide range of
> sensors. For example infrared, ultrasonic, gas sensors and much more.
> 
> Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof