]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Introduce mvebu-u-boot.dtsi for 32-bit Armada SoCs
authorPali Rohár <pali@kernel.org>
Wed, 3 Aug 2022 11:00:50 +0000 (13:00 +0200)
committerStefan Roese <sr@denx.de>
Tue, 9 Aug 2022 06:58:26 +0000 (08:58 +0200)
commit22a657b1ef55e243e84c7a2a236c9135604e17e9
treec85d1c3ae0cd57942b0a88cbdc5bdd4c287d2644
parent4310221596c8752de7190ad97a32522dfab1cfff
arm: mvebu: Introduce mvebu-u-boot.dtsi for 32-bit Armada SoCs

Set u-boot,dm-pre-reloc for /soc/, /soc/internal-regs/ and &uart0 nodes as
it is required on every 32-bit Armada SoCs. And set also u-boot,dm-pre-reloc
for &spi0 when going to boot from SPI because otherwise SPL SPI drivers do
not load.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
arch/arm/dts/mvebu-u-boot.dtsi [new file with mode: 0644]