diff options
author | Eric Anholt <eric@anholt.net> | 2015-04-21 19:42:21 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-12-22 22:16:55 +0300 |
commit | 57e5c6d95b2cde884634586d833b02f54ba1c79d (patch) | |
tree | 2b6f281d0a61b94b6d21c0d0eb298438e5ebd787 /Documentation/devicetree/bindings/arm/bcm | |
parent | f74875dc36135ebae82a8e005f4b7f52289d2c40 (diff) | |
download | linux-57e5c6d95b2cde884634586d833b02f54ba1c79d.tar.xz |
dt-bindings: Add root properties for Raspberry Pi 2
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-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+ Required root node properties: compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; +Raspberry Pi 2 Model B +Required root node properties: +compatible = "raspberrypi,2-model-b", "brcm,bcm2836"; + Raspberry Pi Compute Module Required root node properties: compatible = "raspberrypi,compute-module", "brcm,bcm2835"; |