diff options
author | Eric Anholt <eric@anholt.net> | 2016-06-07 07:05:44 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-06-07 17:49:21 -0400 |
commit | 2f4cd8d0a5193bd205f0bf77648763c5f982ae4a (patch) | |
tree | b57f78af37ca9f9a2987e6dd74d7e2c1fa036c30 | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
dt-bindings: Add root properties for Raspberry Pi 3
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
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 11d3056dc2bd..6ffe08778465 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | |||
@@ -30,6 +30,10 @@ Raspberry Pi 2 Model B | |||
30 | Required root node properties: | 30 | Required root node properties: |
31 | compatible = "raspberrypi,2-model-b", "brcm,bcm2836"; | 31 | compatible = "raspberrypi,2-model-b", "brcm,bcm2836"; |
32 | 32 | ||
33 | Raspberry Pi 3 Model B | ||
34 | Required root node properties: | ||
35 | compatible = "raspberrypi,3-model-b", "brcm,bcm2837"; | ||
36 | |||
33 | Raspberry Pi Compute Module | 37 | Raspberry Pi Compute Module |
34 | Required root node properties: | 38 | Required root node properties: |
35 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; | 39 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; |