aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-03-11 18:14:28 -0400
committerArnd Bergmann <arnd@arndb.de>2015-03-11 18:14:28 -0400
commitc98ce6bf1a791d194186b3e1006f2b645569c6e3 (patch)
tree35486a3dbfb29a4ff450fb7a6f1e3b9a2036d5bf /Documentation
parent0a9061c3304bd74f74409e2bb49f70872afad2d8 (diff)
parent0d9ab18e337609b010800ac493c588b0a24c2dd2 (diff)
Merge tag 'mvebu-soc-4.1' of git://git.infradead.org/linux-mvebu into next/soc
Pull "mvebu soc changes for v4.1 (part #1)" from Gregory CLEMENT: - Add support for a new SoC: Armada 39x * tag 'mvebu-soc-4.1' of git://git.infradead.org/linux-mvebu: Documentation: arm: update supported Marvell EBU processors ARM: mvebu: add core support for Armada 39x devicetree: bindings: add new SMP enable method for Marvell Armada 39x devicetree: bindings: add DT binding for the Marvell Armada 39x SoC family
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arm/Marvell/README5
-rw-r--r--Documentation/devicetree/bindings/arm/armada-39x.txt20
-rw-r--r--Documentation/devicetree/bindings/arm/cpus.txt1
3 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README
index 17453794fca5..18a775d10172 100644
--- a/Documentation/arm/Marvell/README
+++ b/Documentation/arm/Marvell/README
@@ -96,6 +96,11 @@ EBU Armada family
96 88F6820 96 88F6820
97 88F6828 97 88F6828
98 98
99 Armada 390/398 Flavors:
100 88F6920
101 88F6928
102 Product infos: http://www.marvell.com/embedded-processors/armada-39x/
103
99 Armada XP Flavors: 104 Armada XP Flavors:
100 MV78230 105 MV78230
101 MV78260 106 MV78260
diff --git a/Documentation/devicetree/bindings/arm/armada-39x.txt b/Documentation/devicetree/bindings/arm/armada-39x.txt
new file mode 100644
index 000000000000..53d4ff9ea8ad
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/armada-39x.txt
@@ -0,0 +1,20 @@
1Marvell Armada 39x Platforms Device Tree Bindings
2-------------------------------------------------
3
4Boards with a SoC of the Marvell Armada 39x family shall have the
5following property:
6
7Required root node property:
8
9 - compatible: must contain "marvell,armada390"
10
11In addition, boards using the Marvell Armada 398 SoC shall have the
12following property before the previous one:
13
14Required root node property:
15
16compatible: must contain "marvell,armada398"
17
18Example:
19
20compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";
diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 8b9e0a95de31..6aa331d11c5e 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -192,6 +192,7 @@ nodes to be present and contain the properties described below.
192 "brcm,brahma-b15" 192 "brcm,brahma-b15"
193 "marvell,armada-375-smp" 193 "marvell,armada-375-smp"
194 "marvell,armada-380-smp" 194 "marvell,armada-380-smp"
195 "marvell,armada-390-smp"
195 "marvell,armada-xp-smp" 196 "marvell,armada-xp-smp"
196 "qcom,gcc-msm8660" 197 "qcom,gcc-msm8660"
197 "qcom,kpss-acc-v1" 198 "qcom,kpss-acc-v1"