Message ID | 20220528005654.13809-2-william.zhang@broadcom.com |
---|---|
State | Accepted |
Commit | 709ccce78823c212c172e31cb72ab1bcef5eafaf |
Headers | show |
Series | arm64: bcmbca: add bcm4912 SoC support | expand |
On 28/05/2022 02:56, William Zhang wrote: > Add BCM4912 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
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 4e3a1a5391f6..323f09b0f95d 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -28,6 +28,13 @@ properties: - const: brcm,bcm47622 - const: brcm,bcmbca + - description: BCM4912 based boards + items: + - enum: + - brcm,bcm94912 + - const: brcm,bcm4912 + - const: brcm,bcmbca + - description: BCM63158 based boards items: - enum:
Add BCM4912 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(+)