ARM: at91: spl: add spl_early_init for sama5d2 platforms
authorGreg Gallagher <greg@embeddedgreg.com>
Thu, 21 Jan 2021 16:55:36 +0000 (11:55 -0500)
committerEugen Hristev <eugen.hristev@microchip.com>
Fri, 22 Jan 2021 13:09:59 +0000 (15:09 +0200)
commit786f35b619ddbfb88e4532d11a56413f5dab473f
tree805e3f33ffca702019f8c93c4142a0aad080dca3
parentc69ba7b4a0878eaf9b6c1c2d9727888b93272141
ARM: at91: spl: add spl_early_init for sama5d2 platforms

The dm root node is needed early in the spl to allow the timer to be
used.  This change calls spl_early_init to initialize the dm root node.

Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
arch/arm/mach-at91/spl_atmel.c