Re: [PATCH 01/18] dt-bindings: vendor-prefixes: add AAPL prefix
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2021-02-08 10:40:19
Also in:
linux-arm-kernel, lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2021-02-08 10:40:19
Also in:
linux-arm-kernel, lkml
On Fri, Feb 05, 2021 at 05:39:34AM +0900, Hector Martin wrote:
Amusingly, this wasn't yet documented, even though this vendor prefix has been used since time immemorial on PPC. Signed-off-by: Hector Martin <redacted> --- 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..d7950c723472 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml@@ -25,6 +25,8 @@ patternProperties: # Keep list in alphabetical order. "^70mai,.*": description: 70mai Co., Ltd. + "^AAPL,.*":
All prefixes are lower case... see ABB below (not mentioning that the company name is not APPLE), so just "apple".
+ description: Apple Inc.
"^abb,.*":
description: ABBBest regards, Krzysztof