diff options
author | 2022-06-02 15:16:45 -0700 | |
---|---|---|
committer | 2022-06-08 02:06:23 -0700 | |
commit | ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d (patch) | |
tree | ac86a9237b3d605baefecc9c249e1ece5cad20c0 | |
parent | dt-bindings: arm64: Add BCM6858 SoC to binding document (diff) | |
download | linux-dev-ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d.tar.xz linux-dev-ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d.zip |
dt-bindings: arm: Add BCM6878 soc
Add BCM6878 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>
-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 f6ffb3dafbde..8d0759c3b3a6 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -56,6 +56,13 @@ properties: - const: brcm,bcm6858 - const: brcm,bcmbca + - description: BCM6878 based boards + items: + - enum: + - brcm,bcm96878 + - const: brcm,bcm6878 + - const: brcm,bcmbca + additionalProperties: true ... |