-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'armsoc-dt' into test-merge
ARM: SoC: DT updates for v4.2 As usual, quite a few device-tree updates in ARM land. There was ome minor churn in DTs due to relicensing under a dual-license, and lots of little additions of new peripherals, features etc, but nothing really exciting to call to your attention. Some higlights, focsuing on support for new SoCs and boards: - AT91: new boards: Overkiz, Acme Systems' Arietta G25 - tegra: HDA support - bcm: new platforms: Buffalo WXR-1900DHP, SmartRG SR400ac, ASUS RT-AC87U - mvebu: new platforms: Compulab CM-A510, Armada 385-based Linksys boards, DLink DNS-327L - OMAP: new platforms: Baltos IR5221, LogicPD Torpedo, Toby-Churchill SL50 - ARM: added support for Juno r1 board - sunxi: A33 SoC support; new boards: A23 EVB, SinA33, GA10H-A33, Mele A1000G - imx: i.MX7D SoC support; new boards: Armadeus Systems APF6, Gateworks GW5510, and aristainetos2 boards - hisilicon: hi6220 SoC support; new boards: 96boards hikey Conflicts: None # gpg: Signature made Wed Jun 24 21:32:14 2015 PDT using RSA key ID D3FBC665 # gpg: Good signature from "Kevin Hilman <khilman@deeprootsystems.com>" # gpg: aka "Kevin Hilman <khilman@linaro.org>" # gpg: aka "Kevin Hilman <khilman@kernel.org>"
- Loading branch information
Showing
402 changed files
with
29,441 additions
and
9,239 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Altera SOCFPGA SDRAM Controller | ||
|
||
Required properties: | ||
- compatible : Should contain "altr,sdr-ctl" and "syscon". | ||
syscon is required by the Altera SOCFPGA SDRAM EDAC. | ||
- reg : Should contain 1 register range (address and length) | ||
|
||
Example: | ||
sdr: sdr@ffc25000 { | ||
compatible = "altr,sdr-ctl", "syscon"; | ||
reg = <0xffc25000 0x1000>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 29 additions & 2 deletions
31
Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,35 @@ | ||
Broadcom BCM2835 device tree bindings | ||
------------------------------------------- | ||
|
||
Boards with the BCM2835 SoC shall have the following properties: | ||
Raspberry Pi Model A | ||
Required root node properties: | ||
compatible = "raspberrypi,model-a", "brcm,bcm2835"; | ||
|
||
Required root node property: | ||
Raspberry Pi Model A+ | ||
Required root node properties: | ||
compatible = "raspberrypi,model-a-plus", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B (no P5) | ||
early model B with I2C0 rather than I2C1 routed to the expansion header | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-i2c0", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B rev2 | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Model B+ | ||
Required root node properties: | ||
compatible = "raspberrypi,model-b-plus", "brcm,bcm2835"; | ||
|
||
Raspberry Pi Compute Module | ||
Required root node properties: | ||
compatible = "raspberrypi,compute-module", "brcm,bcm2835"; | ||
|
||
Generic BCM2835 board | ||
Required root node properties: | ||
compatible = "brcm,bcm2835"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.