Message ID | 20220610001534.14275-2-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: bcmbca: Add BCM6813 SoC support | expand |
On 6/9/22 17:15, William Zhang wrote: > Add BCM6813 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> Rob, Krzysztof, can I get an Ack from you so I can go ahead and apply this series? Thanks!
On 09/06/2022 17:15, William Zhang wrote: > Add BCM6813 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang <william.zhang@broadcom.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 9 Jun 2022 17:15:32 -0700, William Zhang <william.zhang@broadcom.com> wrote: > Add BCM6813 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
On 15/06/2022 10:37, Florian Fainelli wrote: > On 6/9/22 17:15, William Zhang wrote: >> Add BCM6813 SoC device tree description to bcmbca binding document. >> >> Signed-off-by: William Zhang <william.zhang@broadcom.com> > > Rob, Krzysztof, can I get an Ack from you so I can go ahead and apply > this series? Thanks! Sure, -ETOOMANYBCMNUMBERS :) Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index cba736ef88c1..bac8a06c8f48 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -63,6 +63,13 @@ properties: - const: brcm,bcm6756 - const: brcm,bcmbca + - description: BCM6813 based boards + items: + - enum: + - brcm,bcm96813 + - const: brcm,bcm6813 + - const: brcm,bcmbca + - description: BCM6846 based boards items: - enum:
Add BCM6813 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(+)