aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-03-02 18:07:21 -0500
committerArnd Bergmann <arnd@arndb.de>2012-03-16 15:46:13 -0400
commit5d0769f063c87ff4a3d123e4e256f5b19c9e68bd (patch)
treee1b07a441f4879ffcf4fbb4b9534681e1daec8a3 /arch/arm
parent7734fed8988d9c563e88f50e48c7b808ce3ab3e5 (diff)
ARM: ux500: split dts file for snowball into generic part
db8500.dtsi can be used by all systems with a db8500 or db9500 SoC, while snowball.dts is board specific. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/db8500.dtsi21
-rw-r--r--arch/arm/boot/dts/snowball.dts8
2 files changed, 22 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
new file mode 100644
index 000000000000..50c84b2e20e2
--- /dev/null
+++ b/arch/arm/boot/dts/db8500.dtsi
@@ -0,0 +1,21 @@
1/*
2 * Copyright 2012 Linaro Ltd
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/include/ "skeleton.dtsi"
13
14/ {
15 soc-u9500 {
16 #address-cells = <1>;
17 #size-cells = <1>;
18 compatible = "simple-bus";
19 ranges;
20 };
21};
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index ebcff9a9b87f..0ea947023556 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -10,22 +10,16 @@
10 */ 10 */
11 11
12/dts-v1/; 12/dts-v1/;
13/include/ "db8500.dtsi"
13 14
14/ { 15/ {
15 model = "Calao Systems Snowball platform with device tree"; 16 model = "Calao Systems Snowball platform with device tree";
16 compatible = "calaosystems,snowball-a9500"; 17 compatible = "calaosystems,snowball-a9500";
17 18
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 memory { 19 memory {
22 reg = <0x00000000 0x20000000>; 20 reg = <0x00000000 0x20000000>;
23 }; 21 };
24 22
25 soc-u9500 { 23 soc-u9500 {
26 #address-cells = <1>;
27 #size-cells = <1>;
28 compatible = "simple-bus";
29 ranges;
30 }; 24 };
31}; 25};