diff options
author | Anand Gore <anand.gore@broadcom.com> | 2022-06-01 13:19:57 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-06-08 01:51:08 -0700 |
commit | 5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39 (patch) | |
tree | 40698c899437cbbbe63c907d635e1efb5e827c0e /Documentation/devicetree/bindings/arm/bcm | |
parent | 709ccce78823c212c172e31cb72ab1bcef5eafaf (diff) | |
download | linux-5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39.tar.gz |
dt-bindings: arm64: Add BCM6858 SoC to binding document
Add BCM6858 SOC device tree description to bcmbca binding document.
Signed-off-by: Anand Gore <anand.gore@broadcom.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index 04034dfde609..f6ffb3dafbde 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: BCM6858 based boards + items: + - enum: + - brcm,bcm96858 + - const: brcm,bcm6858 + - const: brcm,bcmbca + additionalProperties: true ... |