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

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>

authored by

Anand Gore and committed by
Florian Fainelli
ad8fb6b8 5e7bcaf8

+7
+7
Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
··· 56 56 - const: brcm,bcm6858 57 57 - const: brcm,bcmbca 58 58 59 + - description: BCM6878 based boards 60 + items: 61 + - enum: 62 + - brcm,bcm96878 63 + - const: brcm,bcm6878 64 + - const: brcm,bcmbca 65 + 59 66 additionalProperties: true 60 67 61 68 ...