[PATCH v2] dt-bindings: vendor-prefixes: document deprecated Atheros

Krzysztof Kozlowski posted 1 patch 3 years, 11 months ago
Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] dt-bindings: vendor-prefixes: document deprecated Atheros
Posted by Krzysztof Kozlowski 3 years, 11 months ago
Two old boards use "atheros" prefix instead of already documented "qca".
Document it as deprecated to fix warnings like:

  at91-gatwick.dtb: atheros@0: 'atheros,board-id' does not match any of the regexes

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

---

Changes since v1:
1. Rebase on Rob's dt/next branch.
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 113ff50eb46e..cba1d02dfec7 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -143,6 +143,9 @@ patternProperties:
     description: ASPEED Technology Inc.
   "^asus,.*":
     description: AsusTek Computer Inc.
+  "^atheros,.*":
+    description: Qualcomm Atheros, Inc. (deprecated, use qca)
+    deprecated: true
   "^atlas,.*":
     description: Atlas Scientific LLC
   "^atmel,.*":
-- 
2.34.1
Re: [PATCH v2] dt-bindings: vendor-prefixes: document deprecated Atheros
Posted by Rob Herring 3 years, 10 months ago
On Wed, 01 Jun 2022 15:52:22 +0200, Krzysztof Kozlowski wrote:
> Two old boards use "atheros" prefix instead of already documented "qca".
> Document it as deprecated to fix warnings like:
> 
>   at91-gatwick.dtb: atheros@0: 'atheros,board-id' does not match any of the regexes
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes since v1:
> 1. Rebase on Rob's dt/next branch.
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Applied, thanks!