| Date | Mon, 8 Feb 2021 11:27:30 +0100 | From | Krzysztof Kozlowski <> | Subject | Re: [PATCH 01/18] dt-bindings: vendor-prefixes: add AAPL prefix |
| |
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 <marcan@marcan.st> > --- > 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: ABB
Best regards, Krzysztof
|