summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynq-zc706.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-18 01:41:24 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2015-11-04 13:49:53 (GMT)
commit035c6b271dba9cf3b6e389e84e876dea93cda088 (patch)
treead85bc094f9b39b07bd73a43f106c8acf60f73c0 /arch/arm/dts/zynq-zc706.dts
parent71556fbcbfb8918c093bcb0095dcaf12fa29e0dc (diff)
downloadu-boot-035c6b271dba9cf3b6e389e84e876dea93cda088.tar.xz
arm: zynq: dts: Add U-Boot device tree additions
We need to mark some device tree nodes so that they are available before relocation. This enables driver model to find these automatically. In the case of SPL it ensures that these nodes will be retained in SPL. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynq-zc706.dts')
-rw-r--r--arch/arm/dts/zynq-zc706.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts
index fc336ea..5088cfe 100644
--- a/arch/arm/dts/zynq-zc706.dts
+++ b/arch/arm/dts/zynq-zc706.dts
@@ -297,6 +297,7 @@
};
&uart1 {
+ u-boot,dm-pre-reloc;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_default>;