diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-31 05:02:04 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-31 05:02:04 +0200 |
commit | 7260ecd22baa3c62ef6efaf59e7de53f4c8df800 (patch) | |
tree | 994ea75bed2f96027a10c71c17e6eba94e416cb2 /Documentation | |
parent | ARM: dts: NSP: Add new DT file for bcm958622hr (diff) | |
parent | ARM: dts: bcm2835: Add Raspberry Pi Zero (diff) | |
download | linux-7260ecd22baa3c62ef6efaf59e7de53f4c8df800.tar.xz linux-7260ecd22baa3c62ef6efaf59e7de53f4c8df800.zip |
Merge tag 'bcm2835-dt-next-2016-08-29' into devicetree/next
This pull request brings in support for Raspberry Pi Zero.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'Documentation')
-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 6ffe08778465..9c97de23919a 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt @@ -38,6 +38,10 @@ Raspberry Pi Compute Module Required root node properties: compatible = "raspberrypi,compute-module", "brcm,bcm2835"; +Raspberry Pi Zero +Required root node properties: +compatible = "raspberrypi,model-zero", "brcm,bcm2835"; + Generic BCM2835 board Required root node properties: compatible = "brcm,bcm2835"; |