diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-04-21 13:28:36 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-04-23 13:03:34 -0700 |
commit | 9db90175e0d02bf3a9e780c327b0b3ce6321140f (patch) | |
tree | 1a26c055290f6f8a30a59a9775bcdc0310d775f6 | |
parent | b1b8f45b3130dbd8704e5ea0d82b49b1d929498e (diff) | |
download | linux-9db90175e0d02bf3a9e780c327b0b3ce6321140f.tar.gz linux-9db90175e0d02bf3a9e780c327b0b3ce6321140f.tar.bz2 linux-9db90175e0d02bf3a9e780c327b0b3ce6321140f.zip |
dt-bindings: bcm: Add Raspberry Pi 3 B+
This adds the root properties for the Raspberry Pi 3 B+
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
-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 3e3efa046ac5..1e3e29a545e2 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt @@ -34,6 +34,10 @@ Raspberry Pi 3 Model B Required root node properties: compatible = "raspberrypi,3-model-b", "brcm,bcm2837"; +Raspberry Pi 3 Model B+ +Required root node properties: +compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837"; + Raspberry Pi Compute Module Required root node properties: compatible = "raspberrypi,compute-module", "brcm,bcm2835"; |