aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Gore <anand.gore@broadcom.com>2022-05-16 10:38:07 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2022-06-08 01:50:58 -0700
commit312137db31447f04993c331c8452828e53ff63dc (patch)
tree208664df37fba4cef113c1d01b8bead1134fe8e4
parentARM: dts: bcm283x: Drop unnecessary properties from dpi node (diff)
downloadlinux-dev-312137db31447f04993c331c8452828e53ff63dc.tar.xz
linux-dev-312137db31447f04993c331c8452828e53ff63dc.zip
dt-bindings: arm: add BCM63178 SoC to binding document
Add BCM63178 SOC device tree description to bcmbca binding document. Signed-off-by: Anand Gore <anand.gore@broadcom.com> Acked-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.yaml7
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 5fb455840417..24357cf09888 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: BCM63178 based boards
+ items:
+ - enum:
+ - brcm,bcm963178
+ - const: brcm,bcm63178
+ - const: brcm,bcmbca
+
additionalProperties: true
...