]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
vexpress64: use DM for all vexpress64 boards
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 14 Apr 2015 08:01:35 +0000 (10:01 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:13 +0000 (22:30 +0200)
commitcbe84bd1588d04d681f50f65465b93e3b5969a6e
treec5f81fa17ee9421b3b83e8518e6fd030896f2a4d
parentf348e607ba1350a3ce383e10930699978ad09a0f
vexpress64: use DM for all vexpress64 boards

Commit d8bafe1310487ba0e0785997726b4792072178d3
"ARMv8: enable DM in vexpress64 board" only enabled DM
for the simulated vexpress64 board (FVP) with the
hardcoded clock value for the simulated board, causing
a console regression on the Juno board which was using
a different clock setting.

Fix this by enabling DM for all vexpress64 boards,
defining the clock frequency per-board, deleting the
static array of PL01x ports from the config file and
relying solely on the port defined in the boardfile
using platform data.

Cc: David Feng <fenghua@phytium.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
board/armltd/vexpress64/vexpress64.c
include/configs/vexpress_aemv8a.h