]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/db-mv784mp-gp_defconfig
arm: mvebu: Add DM (driver model) support
authorStefan Roese <sr@denx.de>
Tue, 1 Sep 2015 09:27:52 +0000 (11:27 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Wed, 21 Oct 2015 00:25:01 +0000 (02:25 +0200)
commit9cffb2335c16ab51c3bef7735ff4e0ec4c8f6035
tree73be3c0069673313f491cde3799cb8950c0942aa
parent39a230aad317a1be01c5f1cb2a7d3a30c4881ed4
arm: mvebu: Add DM (driver model) support

This patch adds driver model support for some Marvell MVEBU SoC's. Including
Armada XP and 38x. All 3 currently mainlined boards are converted. DM is now
selected automatically for MVEBU platforms.

With this DM support now available for MVEBU, hardcoding the base addresses
and other information is not necessary any more. Probing should be done
by using the values provided via the device tree now instead. For this
the driver also need to be converted to DM. Patches for some of the drivers
will follow.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Makefile
arch/arm/Kconfig
arch/arm/mach-mvebu/spl.c
configs/db-88f6820-gp_defconfig
configs/db-mv784mp-gp_defconfig
configs/maxbcm_defconfig