Message ID | 20230925-ixp4xx-usr8200-v2-1-433261c13a28@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v2,1/2] dt-bindings: Add vendor prefixes | expand |
On Mon, Sep 25, 2023 at 11:03:38AM +0200, Linus Walleij wrote: > These vendor prefixes are used by some routers supported > by e.g. OpenWrt. > > - ADI Engineering is a US telecom equipment company. > > - Arcom Controllers is a US manufacturer of repeaters. > > - Freecom Gmbh is a german telecom equipment company. > > - Gemtek Technology is a Taiwan telecom company. > > - Gateway Communications was a telecommunication company, > now acquired by HKT Limited/PCCW. > > - Goramo Gorecki is a privately owned Polish telecom > company. > > - U.S. Robotics Corporation, known through their brand name > USRobotics is generally referred to as "USR" so use this > prefix for the company's device tree bindings. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 573578db9509..edeb870c84cd 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -59,6 +59,8 @@ patternProperties: > description: AD Holdings Plc. > "^adi,.*": > description: Analog Devices, Inc. > + "^adieng,.*": > + description: ADI Engineering, Inc. > "^advantech,.*": > description: Advantech Corporation > "^aeroflexgaisler,.*": > @@ -127,6 +129,8 @@ patternProperties: > description: Arasan Chip Systems > "^archermind,.*": > description: ArcherMind Technology (Nanjing) Co., Ltd. > + "^arcom,.*": > + description: Arcom Controllers > "^arctic,.*": > description: Arctic Sand > "^arcx,.*": > @@ -484,6 +488,8 @@ patternProperties: > description: FocalTech Systems Co.,Ltd > "^forlinx,.*": > description: Baoding Forlinx Embedded Technology Co., Ltd. > + "^freecom,.*": > + description: Freecom Gmbh > "^frida,.*": > description: Shenzhen Frida LCD Co., Ltd. > "^friendlyarm,.*": > @@ -496,6 +502,8 @@ patternProperties: > description: FX Technology Ltd. > "^gardena,.*": > description: GARDENA GmbH > + "^gateway,.*": > + description: Gateway Communications > "^gateworks,.*": > description: Gateworks Corporation > "^gcw,.*": > @@ -510,6 +518,8 @@ patternProperties: > description: GE Fanuc Intelligent Platforms Embedded Systems, Inc. > "^gemei,.*": > description: Gemei Digital Technology Co., Ltd. > + "^gemtek,.*": > + description: Gemtek Technology Co., Ltd. > "^genesys,.*": > description: Genesys Logic, Inc. > "^geniatech,.*": > @@ -530,6 +540,8 @@ patternProperties: > description: Shenzhen Huiding Technology Co., Ltd. > "^google,.*": > description: Google, Inc. > + "^goramo,.*": > + description: Goramo Gorecki > "^gplus,.*": > description: GPLUS > "^grinn,.*": > @@ -1444,6 +1456,8 @@ patternProperties: > description: United Radiant Technology Corporation > "^usi,.*": > description: Universal Scientific Industrial Co., Ltd. > + "^usr,.*": > + description: U.S. Robotics Corporation > "^utoo,.*": > description: Aigo Digital Technology Co., Ltd. > "^v3,.*": > > -- > 2.41.0 >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 573578db9509..edeb870c84cd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -59,6 +59,8 @@ patternProperties: description: AD Holdings Plc. "^adi,.*": description: Analog Devices, Inc. + "^adieng,.*": + description: ADI Engineering, Inc. "^advantech,.*": description: Advantech Corporation "^aeroflexgaisler,.*": @@ -127,6 +129,8 @@ patternProperties: description: Arasan Chip Systems "^archermind,.*": description: ArcherMind Technology (Nanjing) Co., Ltd. + "^arcom,.*": + description: Arcom Controllers "^arctic,.*": description: Arctic Sand "^arcx,.*": @@ -484,6 +488,8 @@ patternProperties: description: FocalTech Systems Co.,Ltd "^forlinx,.*": description: Baoding Forlinx Embedded Technology Co., Ltd. + "^freecom,.*": + description: Freecom Gmbh "^frida,.*": description: Shenzhen Frida LCD Co., Ltd. "^friendlyarm,.*": @@ -496,6 +502,8 @@ patternProperties: description: FX Technology Ltd. "^gardena,.*": description: GARDENA GmbH + "^gateway,.*": + description: Gateway Communications "^gateworks,.*": description: Gateworks Corporation "^gcw,.*": @@ -510,6 +518,8 @@ patternProperties: description: GE Fanuc Intelligent Platforms Embedded Systems, Inc. "^gemei,.*": description: Gemei Digital Technology Co., Ltd. + "^gemtek,.*": + description: Gemtek Technology Co., Ltd. "^genesys,.*": description: Genesys Logic, Inc. "^geniatech,.*": @@ -530,6 +540,8 @@ patternProperties: description: Shenzhen Huiding Technology Co., Ltd. "^google,.*": description: Google, Inc. + "^goramo,.*": + description: Goramo Gorecki "^gplus,.*": description: GPLUS "^grinn,.*": @@ -1444,6 +1456,8 @@ patternProperties: description: United Radiant Technology Corporation "^usi,.*": description: Universal Scientific Industrial Co., Ltd. + "^usr,.*": + description: U.S. Robotics Corporation "^utoo,.*": description: Aigo Digital Technology Co., Ltd. "^v3,.*":
These vendor prefixes are used by some routers supported by e.g. OpenWrt. - ADI Engineering is a US telecom equipment company. - Arcom Controllers is a US manufacturer of repeaters. - Freecom Gmbh is a german telecom equipment company. - Gemtek Technology is a Taiwan telecom company. - Gateway Communications was a telecommunication company, now acquired by HKT Limited/PCCW. - Goramo Gorecki is a privately owned Polish telecom company. - U.S. Robotics Corporation, known through their brand name USRobotics is generally referred to as "USR" so use this prefix for the company's device tree bindings. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+)