Message ID | 20220611165948.410308-1-chunkeey@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/2] dt-bindings: ARM: add bindings for the Meraki MR26 | expand |
On Sat, 11 Jun 2022 18:59:47 +0200, Christian Lamparter wrote: > mark the Meraki MR26 and its SoC (BCM53015) as supported > in the bindings documentation file. > > <https://jp.broadcom.com/products/embedded-and-networking-processors/communications/bcm5301x> > > "BCM53011 and BCM53015 with dual-core Cortex-A9 CPU at 800 MHz, > 256KB L2 cache, 16-bit DDR2 interface, USB3, integrated switch, > GPHYs and packet accelerator" > > Signed-off-by: Christian Lamparter <chunkeey@gmail.com> > --- > .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml index 8b7e87fb6c34..958df32b4899 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml @@ -87,6 +87,13 @@ properties: - const: brcm,bcm53012 - const: brcm,bcm4708 + - description: BCM53015 based boards + items: + - enum: + - meraki,mr26 + - const: brcm,bcm53015 + - const: brcm,bcm4708 + - description: BCM53016 based boards items: - enum:
mark the Meraki MR26 and its SoC (BCM53015) as supported in the bindings documentation file. <https://jp.broadcom.com/products/embedded-and-networking-processors/communications/bcm5301x> "BCM53011 and BCM53015 with dual-core Cortex-A9 CPU at 800 MHz, 256KB L2 cache, 16-bit DDR2 interface, USB3, integrated switch, GPHYs and packet accelerator" Signed-off-by: Christian Lamparter <chunkeey@gmail.com> --- .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 +++++++ 1 file changed, 7 insertions(+)