2022-05-29 15:04:05

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] dt-bindings: vendor-prefixes: document deprecated Atheros

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 <[email protected]>
---
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 169f11ce4cc5..61a2cdc83058 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -145,6 +145,9 @@ patternProperties:
description: ASRock 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



2022-06-01 18:55:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: vendor-prefixes: document deprecated Atheros

On 01/06/2022 15:47, Rob Herring wrote:
> On Sun, May 29, 2022 at 6:15 AM Krzysztof Kozlowski
> <[email protected]> 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 <[email protected]>
>> ---
>> Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++
>> 1 file changed, 3 insertions(+)
>
> Can you resend this not dependent on 'dt-bindings: vendor-prefixes:
> document several vendors for Aspeed BMC boards'.

Indeed there is a trailing "ASRock". I'll send a fresh one.


Best regards,
Krzysztof

2022-06-01 21:07:20

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: vendor-prefixes: document deprecated Atheros

On Sun, May 29, 2022 at 6:15 AM Krzysztof Kozlowski
<[email protected]> 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 <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++
> 1 file changed, 3 insertions(+)

Can you resend this not dependent on 'dt-bindings: vendor-prefixes:
document several vendors for Aspeed BMC boards'.

Rob