summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2019-11-08 10:38:18 +0800
committerMarek Vasut <marex@denx.de>2020-01-07 14:38:33 +0100
commitdd72cbd9e91dfa80f04a5921546d19e189bb2361 (patch)
treead5aff82d5d1578824460ae27e116f54ff5be49b /arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
parent5c9c71b660a01d088ac66b7b8c1378915bcef68e (diff)
arm: dts: socfpga: Add u-boot, dm-pre-reloc for sysmgr and clkmgr nodes
Add u-boot,dm-pre-reloc for sysmgr and clkmgr nodes to use it in SPL. In preparation to get base address from DT. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi')
-rwxr-xr-xarch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
index e1cfb522bf..38855aecd7 100755
--- a/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
@@ -11,6 +11,10 @@
};
};
+&clkmgr {
+ u-boot,dm-pre-reloc;
+};
+
&qspi {
status = "okay";
u-boot,dm-pre-reloc;
@@ -23,3 +27,7 @@
spi-rx-bus-width = <4>;
u-boot,dm-pre-reloc;
};
+
+&sysmgr {
+ u-boot,dm-pre-reloc;
+};