diff options
| author | Marek Vasut <[email protected]> | 2018-08-13 18:42:32 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-08-13 22:35:16 +0200 |
| commit | 6f96ed7e2080c305fa45e8b12d8013d8bab9ec5d (patch) | |
| tree | ea2a0f1b8cee8c2d3e042290dce4c80a3ed15eb3 | |
| parent | af74658e04a78d02229804ed429551da5e6a3488 (diff) | |
ARM: dts: socfpga: Flag reset manager on A10 as pre-reloc
The Altera reset manager block must be available very early on, since
it controls ie. UART resets. Flag it as pre-reloc.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_arria10.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria10.dtsi b/arch/arm/dts/socfpga_arria10.dtsi index 2f935a21e95..51b31dc2b52 100644 --- a/arch/arm/dts/socfpga_arria10.dtsi +++ b/arch/arm/dts/socfpga_arria10.dtsi @@ -55,6 +55,7 @@ device_type = "soc"; interrupt-parent = <&intc>; ranges; + u-boot,dm-pre-reloc; amba { compatible = "simple-bus"; @@ -735,6 +736,7 @@ compatible = "altr,rst-mgr"; reg = <0xffd05000 0x100>; altr,modrst-offset = <0x20>; + u-boot,dm-pre-reloc; }; scu: snoop-control-unit@ffffc000 { |
