2021-02-15 12:20:00

by Hector Martin

[permalink] [raw]
Subject: [PATCH v2 01/25] dt-bindings: vendor-prefixes: Add apple prefix

This is different from the legacy AAPL prefix used on PPC, but
consensus is that we prefer `apple` for these new platforms.

Signed-off-by: Hector Martin <[email protected]>
---
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 041ae90b0d8f..6252e35c75dc 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -101,6 +101,8 @@ patternProperties:
description: Anvo-Systems Dresden GmbH
"^apm,.*":
description: Applied Micro Circuits Corporation (APM)
+ "^apple,.*":
+ description: Apple Inc.
"^aptina,.*":
description: Aptina Imaging
"^arasan,.*":
--
2.30.0


2021-02-15 17:50:42

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 01/25] dt-bindings: vendor-prefixes: Add apple prefix

On Mon, Feb 15, 2021 at 09:16:49PM +0900, Hector Martin wrote:
> This is different from the legacy AAPL prefix used on PPC, but
> consensus is that we prefer `apple` for these new platforms.
>
> Signed-off-by: Hector Martin <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2021-03-04 06:02:16

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 01/25] dt-bindings: vendor-prefixes: Add apple prefix

On Mon, Feb 15, 2021 at 1:17 PM Hector Martin <[email protected]> wrote:

> This is different from the legacy AAPL prefix used on PPC, but
> consensus is that we prefer `apple` for these new platforms.
>
> Signed-off-by: Hector Martin <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij