diff options
author | Stefan Roese <sr@denx.de> | 2015-11-19 11:03:25 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-01-14 14:08:59 +0100 |
commit | 18c1272f995e3315c346d166bc0aa5cd5515e29c (patch) | |
tree | aca3790c3578a19f81b02d73e5bee713348401bc /arch/arm/dts/Makefile | |
parent | 09a54c009e8ffbcb88d4b5593b8da32596f14be0 (diff) | |
download | u-boot-imx-18c1272f995e3315c346d166bc0aa5cd5515e29c.zip u-boot-imx-18c1272f995e3315c346d166bc0aa5cd5515e29c.tar.gz u-boot-imx-18c1272f995e3315c346d166bc0aa5cd5515e29c.tar.bz2 |
arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
This is needed for the upcoming ethernet DM conversion of the maxbcm
board. The configuration of the PHY is then extracted from the DT
instead of using the defines from the config header.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 0bcd316..a296495 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -49,7 +49,8 @@ dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ dtb-$(CONFIG_ARCH_MVEBU) += \ armada-388-gp.dtb \ - armada-xp-gp.dtb + armada-xp-gp.dtb \ + armada-xp-maxbcm.dtb dtb-$(CONFIG_ARCH_UNIPHIER) += \ uniphier-ph1-ld4-ref.dtb \ |