summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-03-01 20:12:29 +0100
committerMarek Vasut <marex@denx.de>2019-04-17 22:20:16 +0200
commit7357c2cbc0b4c4c0cf2d6fa1253cda6f77cf06da (patch)
tree6bd5fd12d895041604fe3376c28c727644cef55a /arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
parent42a37d977403d1632bf528013d45c9e6fd5c679c (diff)
arm: socfpga: gen5: add reset & sdr node to SPL devicetrees
The SPL for socfpga gen5 currently takes all peripherals out of reset unconditionally. To implement proper reset handling for peripherals, the reset node has to be provided with the SPL dts. In preparation to move the DDR driver to DM, the sdr node is required in SPL, too. This patch adds "u-boot,dm-pre-reloc" to U-Boot specific dtsi addon files so that the reset manager and SDR driver correctly probe in SPL. It centralizes these settings into a common file since in contrast to boot-type specific nodes, "soc", "rst" and "sdr" are always needed. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
index 2fafd7e399..7d9874cafa 100644
--- a/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
@@ -6,15 +6,13 @@
* Copyright (c) 2018 Simon Goldschmidt
*/
+#include "socfpga-common-u-boot.dtsi"
+
/{
aliases {
spi0 = "/soc/spi@ff705000";
udc0 = &usb1;
};
-
- soc {
- u-boot,dm-pre-reloc;
- };
};
&can0 {