aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-04-21 12:42:21 -0400
committerEric Anholt <eric@anholt.net>2015-12-22 14:16:55 -0500
commit57e5c6d95b2cde884634586d833b02f54ba1c79d (patch)
tree2b6f281d0a61b94b6d21c0d0eb298438e5ebd787
parentf74875dc36135ebae82a8e005f4b7f52289d2c40 (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.txt4
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+
26Required root node properties: 26Required root node properties:
27compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; 27compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
28 28
29Raspberry Pi 2 Model B
30Required root node properties:
31compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
32
29Raspberry Pi Compute Module 33Raspberry Pi Compute Module
30Required root node properties: 34Required root node properties:
31compatible = "raspberrypi,compute-module", "brcm,bcm2835"; 35compatible = "raspberrypi,compute-module", "brcm,bcm2835";