Message ID | 20220608175629.31538-2-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: bcmbca: Add BCM6756 SoC support | expand |
On Wed, 08 Jun 2022 10:56:27 -0700, William Zhang wrote: > Add BCM6756 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 10:56:27 -0700, William Zhang <william.zhang@broadcom.com> wrote: > Add BCM6756 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 f0faf6ba65a7..5086cb3ce7e3 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -49,6 +49,13 @@ properties: - const: brcm,bcm63178 - const: brcm,bcmbca + - description: BCM6756 based boards + items: + - enum: + - brcm,bcm96756 + - const: brcm,bcm6756 + - const: brcm,bcmbca + - description: BCM6846 based boards items: - enum:
Add BCM6756 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(+)