Message ID | 20200926162811.5335-12-krzk@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/14] dt-bindings: vendor-prefixes: add DFI | expand |
Hello Krzysztof, Am 26.09.2020 um 18:28 schrieb Krzysztof Kozlowski: > Document binding for an unknown entity Aristainetos with few boards > mainlined. > > Cc: Heiko Schocher <hs@denx.de> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > > --- > > I tried to Google but except the patches from Heiko Schocher, I could > not find any meaningful data. > > Heiko, you posted this. Do you know what is it? aristainetos is the name of the board, so it is not the vendor name. I just asked the customer if we can add a valid vendor name... bye, Heiko
Hello Krzysztof, Am 28.09.2020 um 06:04 schrieb Heiko Schocher: > Hello Krzysztof, > > Am 26.09.2020 um 18:28 schrieb Krzysztof Kozlowski: >> Document binding for an unknown entity Aristainetos with few boards >> mainlined. >> >> Cc: Heiko Schocher <hs@denx.de> >> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> >> >> --- >> >> I tried to Google but except the patches from Heiko Schocher, I could >> not find any meaningful data. >> >> Heiko, you posted this. Do you know what is it? > > aristainetos is the name of the board, so it is not the vendor name. > > I just asked the customer if we can add a valid vendor name... Ok, it is not easy to get an okay from the customer to publish his name. Is there a dummy or unknown entry for vendor? bye, Heiko
On Wed, 30 Sep 2020 at 06:16, Heiko Schocher <hs@denx.de> wrote: > > Hello Krzysztof, > > Am 28.09.2020 um 06:04 schrieb Heiko Schocher: > > Hello Krzysztof, > > > > Am 26.09.2020 um 18:28 schrieb Krzysztof Kozlowski: > >> Document binding for an unknown entity Aristainetos with few boards > >> mainlined. > >> > >> Cc: Heiko Schocher <hs@denx.de> > >> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > >> > >> --- > >> > >> I tried to Google but except the patches from Heiko Schocher, I could > >> not find any meaningful data. > >> > >> Heiko, you posted this. Do you know what is it? > > > > aristainetos is the name of the board, so it is not the vendor name. > > > > I just asked the customer if we can add a valid vendor name... > > Ok, it is not easy to get an okay from the customer to publish > his name. > > Is there a dummy or unknown entry for vendor? We could use "denx" as it was done as part of your work or "linux". Rob, any hints here? Best regards, Krzysztof
Hello Krzysztof, Am 30.09.2020 um 09:11 schrieb Krzysztof Kozlowski: > On Wed, 30 Sep 2020 at 06:16, Heiko Schocher <hs@denx.de> wrote: >> >> Hello Krzysztof, >> >> Am 28.09.2020 um 06:04 schrieb Heiko Schocher: >>> Hello Krzysztof, >>> >>> Am 26.09.2020 um 18:28 schrieb Krzysztof Kozlowski: >>>> Document binding for an unknown entity Aristainetos with few boards >>>> mainlined. >>>> >>>> Cc: Heiko Schocher <hs@denx.de> >>>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> >>>> >>>> --- >>>> >>>> I tried to Google but except the patches from Heiko Schocher, I could >>>> not find any meaningful data. >>>> >>>> Heiko, you posted this. Do you know what is it? >>> >>> aristainetos is the name of the board, so it is not the vendor name. >>> >>> I just asked the customer if we can add a valid vendor name... >> >> Ok, it is not easy to get an okay from the customer to publish >> his name. >> >> Is there a dummy or unknown entry for vendor? > > We could use "denx" as it was done as part of your work or "linux". > Rob, any hints here? Ok we can use as vendor "abb" in all DTS files and regarding your change in Documentation/devicetree/bindings/vendor-prefixes.yaml it can be: diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 789a01b3d93a..bb4c85f00c8f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -105,6 +105,8 @@ patternProperties: description: arcx Inc. / Archronix Inc. "^aries,.*": description: Aries Embedded GmbH + "^abb,.*": + description: ABB "^arm,.*": description: ARM Ltd. "^armadeus,.*": Would you work in this changes? Many thanks! bye, Heiko
On Wed, 30 Sep 2020 at 12:14, Heiko Schocher <hs@denx.de> wrote: > > Hello Krzysztof, > > Am 30.09.2020 um 09:11 schrieb Krzysztof Kozlowski: > > On Wed, 30 Sep 2020 at 06:16, Heiko Schocher <hs@denx.de> wrote: > >> > >> Hello Krzysztof, > >> > >> Am 28.09.2020 um 06:04 schrieb Heiko Schocher: > >>> Hello Krzysztof, > >>> > >>> Am 26.09.2020 um 18:28 schrieb Krzysztof Kozlowski: > >>>> Document binding for an unknown entity Aristainetos with few boards > >>>> mainlined. > >>>> > >>>> Cc: Heiko Schocher <hs@denx.de> > >>>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > >>>> > >>>> --- > >>>> > >>>> I tried to Google but except the patches from Heiko Schocher, I could > >>>> not find any meaningful data. > >>>> > >>>> Heiko, you posted this. Do you know what is it? > >>> > >>> aristainetos is the name of the board, so it is not the vendor name. > >>> > >>> I just asked the customer if we can add a valid vendor name... > >> > >> Ok, it is not easy to get an okay from the customer to publish > >> his name. > >> > >> Is there a dummy or unknown entry for vendor? > > > > We could use "denx" as it was done as part of your work or "linux". > > Rob, any hints here? > > Ok we can use as vendor "abb" in all DTS files and regarding your > change in Documentation/devicetree/bindings/vendor-prefixes.yaml > it can be: > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml > b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 789a01b3d93a..bb4c85f00c8f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -105,6 +105,8 @@ patternProperties: > description: arcx Inc. / Archronix Inc. > "^aries,.*": > description: Aries Embedded GmbH > + "^abb,.*": > + description: ABB > "^arm,.*": > description: ARM Ltd. > "^armadeus,.*": > > Would you work in this changes? Yes, I will send a v2 with a new name. Thanks for checking this. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 789a01b3d93a..bb4c85f00c8f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -105,6 +105,8 @@ patternProperties: description: arcx Inc. / Archronix Inc. "^aries,.*": description: Aries Embedded GmbH + "^aristainetos,.*": + description: Aristainetos "^arm,.*": description: ARM Ltd. "^armadeus,.*":
Document binding for an unknown entity Aristainetos with few boards mainlined. Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- I tried to Google but except the patches from Heiko Schocher, I could not find any meaningful data. Heiko, you posted this. Do you know what is it? --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)