diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-09-20 12:31:55 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-09-21 09:16:49 -0500 |
commit | 7691d62689d3bee3db12251a51adc5a5acfef220 (patch) | |
tree | e4d7c9f8e7e2b6deaef5fe2426773bc33bacf1e1 /arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | |
parent | e519922e30fb59f33766b49e3af67931be2858a6 (diff) | |
download | linux-7691d62689d3bee3db12251a51adc5a5acfef220.tar.gz linux-7691d62689d3bee3db12251a51adc5a5acfef220.tar.bz2 linux-7691d62689d3bee3db12251a51adc5a5acfef220.zip |
arm64: dts: stratix10: add the 'altr,modrst-off' property
Update the Stratix10 reset manager with the 'altr,modrst-offset' property.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index f7fbc38d8fa6..99e2afec0329 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -224,6 +224,7 @@ #reset-cells = <1>; compatible = "altr,rst-mgr"; reg = <0xffd11000 0x1000>; + altr,modrst-offset = <0x20>; }; spi0: spi@ffda4000 { |