All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/6] dt-bindings: ARM: add bindings for the Meraki MR32
@ 2020-08-18 16:39 Christian Lamparter
  2020-08-18 16:39 ` [PATCH v1 2/6] ARM: dts: BCM5301X: Specify PWM in the DT Christian Lamparter
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Christian Lamparter @ 2020-08-18 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Hauke Mehrtens, Rafał Miłecki,
	bcm-kernel-feedback-list, Chris Blake, Rob Herring

This patch adds the bindings for the Meraki MR32's SoC BCM53016.
Broadcom lists them all under the BCM5301x umbrella on their side:

<https://www.broadcom.com/products/embedded-and-networking-processors/communications/bcm5301x>

"BCM53012 and BCM53016 with dual-core Cortex-A9 CPU at 1 GHz, 256KB L2 cache,
 16-bit DDR2 interface, USB3 integrated switch, GPHYs and packet accelerator".

This patch also adds the "Meraki" vendor. It's wikipedia article states that
<https://en.wikipedia.org/wiki/Cisco_Meraki> Meraki was a start-up, founded
in 2006 as based in part on the MIT Roofnet Project. In 2012 Cisco Systems
bought the whole joint and kept the "Meraki" branding around to this day.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 2 ++
 Documentation/devicetree/bindings/vendor-prefixes.yaml      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
index d48313c7ae45..988e0bbb2a62 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
@@ -83,6 +83,8 @@ properties:
               - brcm,bcm953012er
               - brcm,bcm953012hr
               - brcm,bcm953012k
+              - meraki,mr32
           - const: brcm,brcm53012
+          - const: brcm,brcm53016
           - const: brcm,bcm4708
 ...
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 9aeab66be85f..12b8b387fe30 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -637,6 +637,8 @@ patternProperties:
     description: MEMSIC Inc.
   "^menlo,.*":
     description: Menlo Systems GmbH
+  "^meraki,.*":
+    description: Cisco Meraki, LLC
   "^merrii,.*":
     description: Merrii Technology Co., Ltd.
   "^micrel,.*":
-- 
2.28.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2020-08-19 21:28 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 16:39 [PATCH v1 1/6] dt-bindings: ARM: add bindings for the Meraki MR32 Christian Lamparter
2020-08-18 16:39 ` [PATCH v1 2/6] ARM: dts: BCM5301X: Specify PWM in the DT Christian Lamparter
2020-08-18 16:39   ` [PATCH v1 3/6] ARM: dts: BCM5301X: Specify uart2 " Christian Lamparter
2020-08-18 16:39     ` [PATCH v1 4/6] ARM: dts: BCM5301X: Specify pcie2 " Christian Lamparter
2020-08-18 16:39       ` [PATCH v1 5/6] MAINTAINERS: extend BCM5301X ARM ARCHITECTURE files Christian Lamparter
2020-08-18 16:39         ` [PATCH v1 6/6] ARM: BCM5301X: Add DT for Meraki MR32 Christian Lamparter
2020-08-18 18:19           ` Scott Branden
2020-08-18 19:19             ` Christian Lamparter
2020-08-18 20:00           ` Florian Fainelli
2020-08-18 20:11           ` Florian Fainelli
2020-08-18 22:52             ` Christian Lamparter
2020-08-19  0:07               ` Ray Jui
2020-08-19  2:46                 ` Christian Lamparter
2020-08-19  3:34                   ` Florian Fainelli
2020-08-19 15:24                     ` Ray Jui
2020-08-19 21:26                       ` Christian Lamparter
2020-08-18 18:16         ` [PATCH v1 5/6] MAINTAINERS: extend BCM5301X ARM ARCHITECTURE files Scott Branden
2020-08-18 18:15       ` [PATCH v1 4/6] ARM: dts: BCM5301X: Specify pcie2 in the DT Scott Branden
2020-08-18 18:14     ` [PATCH v1 3/6] ARM: dts: BCM5301X: Specify uart2 " Scott Branden
2020-08-18 17:48   ` [PATCH v1 2/6] ARM: dts: BCM5301X: Specify PWM " Scott Branden
2020-08-18 17:45 ` [PATCH v1 1/6] dt-bindings: ARM: add bindings for the Meraki MR32 Scott Branden
2020-08-18 19:51 ` Florian Fainelli
2020-08-18 19:59   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.