Message ID | 20220608180100.31749-2-william.zhang@broadcom.com |
---|---|
State | Accepted |
Commit | 8a44db52235e861c1aa61ef97fe2ddb9c96ef165 |
Headers | show |
Series | arm: bcmbca: Add BCM6856 SoC support | expand |
On Wed, 08 Jun 2022 11:00:58 -0700, William Zhang wrote: > Add BCM63146 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- > > Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 8 Jun 2022 11:00:58 -0700, William Zhang <william.zhang@broadcom.com> wrote: > Add BCM63146 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 5086cb3ce7e3..939656ea92ca 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -35,6 +35,13 @@ properties: - const: brcm,bcm4912 - const: brcm,bcmbca + - description: BCM63146 based boards + items: + - enum: + - brcm,bcm963146 + - const: brcm,bcm63146 + - const: brcm,bcmbca + - description: BCM63158 based boards items: - enum:
Add BCM63146 SoC device tree description to bcmbca binding document. Signed-off-by: William Zhang <william.zhang@broadcom.com> --- Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++ 1 file changed, 7 insertions(+)