diff options
author | Eric Anholt <eric@anholt.net> | 2015-04-21 12:42:21 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-12-22 14:16:55 -0500 |
commit | 57e5c6d95b2cde884634586d833b02f54ba1c79d (patch) | |
tree | 2b6f281d0a61b94b6d21c0d0eb298438e5ebd787 | |
parent | f74875dc36135ebae82a8e005f4b7f52289d2c40 (diff) |
dt-bindings: Add root properties for Raspberry Pi 2
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt index c78576bb7729..11d3056dc2bd 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | |||
@@ -26,6 +26,10 @@ Raspberry Pi Model B+ | |||
26 | Required root node properties: | 26 | Required root node properties: |
27 | compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; | 27 | compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; |
28 | 28 | ||
29 | Raspberry Pi 2 Model B | ||
30 | Required root node properties: | ||
31 | compatible = "raspberrypi,2-model-b", "brcm,bcm2836"; | ||
32 | |||
29 | Raspberry Pi Compute Module | 33 | Raspberry Pi Compute Module |
30 | Required root node properties: | 34 | Required root node properties: |
31 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; | 35 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; |