Message ID | 20200822154045.16036-1-chunkeey@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] dt-bindings: vendor-prefixes: Add Cisco Meraki vendor prefix | expand |
On Sat, 22 Aug 2020 17:40:45 +0200, Christian Lamparter wrote: > Meraki was founded in 2006. The start-up quickly rose to prominence > by being based in part on the MIT Roofnet Project. > In December 2012, Cisco Systems, Inc. bought Meraki. > The "Meraki" branding is still around to this day. > > Web site of the company: https://meraki.cisco.com/ > > Signed-off-by: Christian Lamparter <chunkeey@gmail.com> > --- > > v1 -> v2: > Split from Meraki MR32 upstreaming attempt. (Florian Fainelli) > (This patch will be needed for the MR24 upstreaming series as well) > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 2baee2c817c1..febe7f00b1f0 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -643,6 +643,8 @@ patternProperties: description: MEMSIC Inc. "^menlo,.*": description: Menlo Systems GmbH + "^meraki,.*": + description: Cisco Meraki, LLC "^merrii,.*": description: Merrii Technology Co., Ltd. "^micrel,.*":
Meraki was founded in 2006. The start-up quickly rose to prominence by being based in part on the MIT Roofnet Project. In December 2012, Cisco Systems, Inc. bought Meraki. The "Meraki" branding is still around to this day. Web site of the company: https://meraki.cisco.com/ Signed-off-by: Christian Lamparter <chunkeey@gmail.com> --- v1 -> v2: Split from Meraki MR32 upstreaming attempt. (Florian Fainelli) (This patch will be needed for the MR24 upstreaming series as well) --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)