]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 18 Oct 2018 18:57:01 +0000 (13:57 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 28 Nov 2018 15:24:52 +0000 (09:24 -0600)
commitbe0d89e92235f5da3af694bec595337b59c1c4ce
tree05c4837e31b246b848544384ae0c7134fd7dcbcb
parent96c4925cb8d1bf6e638e31485da74bbb82300eb3
arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding

The standard reset-simple driver the uses the "altr,rst-mgr" binding is
not getting initialized early enough in the boot process, so timers
that the kernel needs are still left in reset. Thus an early
reset driver was created. This early reset driver is only for the
SoCFPGA 32-bit platform.

The Stratix10 platform does not need any of the timers that in reset to
boot, thus we don't need to early reset driver. Therefore, use the
"altr,stratix10-rst-mgr" binding for the reset-simple platform driver on
the Stratix10 platform.

Also remove the "altr,modrst-offset" property because the driver no
longer needs it.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi