diff options
author | Jon Mason <jonmason@broadcom.com> | 2015-11-02 19:34:52 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-11-16 19:48:58 +0100 |
commit | 445c0f29c1d0b771afc3b888bf375d73bb661e73 (patch) | |
tree | cac1435f857b9096c21c8b629520d37a3d8c9bdf /Documentation | |
parent | ARM: dts: NSP: Add TWD Support to DT (diff) | |
download | linux-445c0f29c1d0b771afc3b888bf375d73bb661e73.tar.xz linux-445c0f29c1d0b771afc3b888bf375d73bb661e73.zip |
dt-bindings: Add new SoCs to bcm4708 DT bindings
Add the 4708, 4709, and 53012 SoCs to the the documentation for the
Broadcom Northstar device tree bindings.
Signed-off-by: Jon Mason <jonmason@broadcom.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Scott Branden <sbranden@broadcom.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt index 6b0f49f6f499..8608a776caa7 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt @@ -5,4 +5,11 @@ Boards with the BCM4708 SoC shall have the following properties: Required root node property: +bcm4708 compatible = "brcm,bcm4708"; + +bcm4709 +compatible = "brcm,bcm4709"; + +bcm53012 +compatible = "brcm,bcm53012"; |