Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anand Gore and committed by
Florian Fainelli
312137db 1db2c0f7

+7
+7
Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
··· 28 28 - const: brcm,bcm47622 29 29 - const: brcm,bcmbca 30 30 31 + - description: BCM63178 based boards 32 + items: 33 + - enum: 34 + - brcm,bcm963178 35 + - const: brcm,bcm63178 36 + - const: brcm,bcmbca 37 + 31 38 additionalProperties: true 32 39 33 40 ...