summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/armada-xp-db.dts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-04-03 10:18:31 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2014-04-03 10:18:34 +1100
commit4e7cd87f6ef453981ef6c4c7c8c06ca096a00d14 (patch)
tree126b89b809954a8de34b0a49fd9cf81691dfb6d9 /arch/arm/boot/dts/armada-xp-db.dts
parentb6a6ed84f9e21a830f58b2876b4d3a4741cf1056 (diff)
parente98cd7220a1b8adcd974781eef40651952ec5b4c (diff)
Merge remote-tracking branch 'arm-soc/for-next'
Conflicts: Documentation/devicetree/bindings/iio/adc/at91_adc.txt Documentation/devicetree/bindings/phy/samsung-phy.txt arch/arm/boot/dts/imx53-qsb.dts arch/arm/boot/dts/keystone-clocks.dtsi arch/arm/boot/dts/sun7i-a20.dtsi arch/arm/mach-imx/pm-imx6q.c arch/arm/mach-shmobile/Kconfig arch/arm/mach-tegra/Kconfig arch/arm/mach-zynq/Kconfig arch/arm/mach-zynq/common.c drivers/clocksource/Kconfig drivers/phy/Kconfig drivers/watchdog/Kconfig drivers/watchdog/orion_wdt.c include/asm-generic/vmlinux.lds.h sound/soc/kirkwood/Kconfig
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-db.dts')
-rw-r--r--arch/arm/boot/dts/armada-xp-db.dts13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts
index bcf6d79a57ec..448373c4b0e5 100644
--- a/arch/arm/boot/dts/armada-xp-db.dts
+++ b/arch/arm/boot/dts/armada-xp-db.dts
@@ -2,7 +2,7 @@
* Device Tree file for Marvell Armada XP evaluation board
* (DB-78460-BP)
*
- * Copyright (C) 2012 Marvell
+ * Copyright (C) 2012-2014 Marvell
*
* Lior Amsalem <alior@marvell.com>
* Gregory CLEMENT <gregory.clement@free-electrons.com>
@@ -11,6 +11,15 @@
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
+ *
+ * Note: this Device Tree assumes that the bootloader has remapped the
+ * internal registers to 0xf1000000 (instead of the default
+ * 0xd0000000). The 0xf1000000 is the default used by the recent,
+ * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
+ * boards were delivered with an older version of the bootloader that
+ * left internal registers mapped at 0xd0000000. If you are in this
+ * situation, you should either update your bootloader (preferred
+ * solution) or the below Device Tree should be adjusted.
*/
/dts-v1/;
@@ -30,7 +39,7 @@
};
soc {
- ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
+ ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000>;