diff options
author | Simon Glass <sjg@chromium.org> | 2015-10-17 19:41:24 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-11-04 14:49:53 +0100 |
commit | 035c6b271dba9cf3b6e389e84e876dea93cda088 (patch) | |
tree | ad85bc094f9b39b07bd73a43f106c8acf60f73c0 /arch/arm/dts/zynq-7000.dtsi | |
parent | 71556fbcbfb8918c093bcb0095dcaf12fa29e0dc (diff) | |
download | u-boot-035c6b271dba9cf3b6e389e84e876dea93cda088.tar.gz |
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-7000.dtsi')
-rw-r--r-- | arch/arm/dts/zynq-7000.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index 84c15b5c79..83be51ae9d 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -54,6 +54,7 @@ }; amba: amba { + u-boot,dm-pre-reloc; compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; |