[PATCH] dt-bindings: vendor-prefixes: add smartrg

Rafał Miłecki posted 1 patch 1 year, 10 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: vendor-prefixes: add smartrg
Posted by Rafał Miłecki 1 year, 10 months ago
From: Rafał Miłecki <rafal@milecki.pl>

SmartRG described itself as a CPE manufacturer and produced few home
network devices (e.g. wireless routers). Their SmartRG SR400ac router
(smartrg,sr400ac) is covered by in-Linux DT binding and DTS file.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 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 bf6d8261725b..80a7c07401ed 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1305,6 +1305,8 @@ patternProperties:
     description: Skyworks Solutions, Inc.
   "^smartlabs,.*":
     description: SmartLabs LLC
+  "^smartrg,.*":
+    description: SmartRG, Inc.
   "^smi,.*":
     description: Silicon Motion Technology Corporation
   "^smsc,.*":
-- 
2.35.3

Re: [PATCH] dt-bindings: vendor-prefixes: add smartrg
Posted by Rob Herring 1 year, 10 months ago
On Mon, 12 Feb 2024 15:08:39 +0100, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> SmartRG described itself as a CPE manufacturer and produced few home
> network devices (e.g. wireless routers). Their SmartRG SR400ac router
> (smartrg,sr400ac) is covered by in-Linux DT binding and DTS file.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

Re: [PATCH] dt-bindings: vendor-prefixes: add smartrg
Posted by Krzysztof Kozlowski 1 year, 10 months ago
On 12/02/2024 15:08, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> SmartRG described itself as a CPE manufacturer and produced few home
> network devices (e.g. wireless routers). Their SmartRG SR400ac router
> (smartrg,sr400ac) is covered by in-Linux DT binding and DTS file.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

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

Best regards,
Krzysztof