diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-09-27 13:01:41 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-08 09:33:35 -0400 |
commit | e8131386dc38b5ea6e67df5532b90f3597f8f628 (patch) | |
tree | d6ab075158275cba2e6ae0713f2141527d5cb5e5 /arch/arm/dts/Makefile | |
parent | 692fcdd800e1987e69294e11f8cf570771c528c5 (diff) | |
download | u-boot-e8131386dc38b5ea6e67df5532b90f3597f8f628.tar.gz |
ARM: dts: dra72: add rev C evm support
Add DTS support for dra72 evm Rev C which has the following
changes
* Two ethernet ports now instead of the single one in rev B.
* DP83867 ethernet phy instead of DP838865.
Cc: Vignesh R <vigneshr@ti.com>
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
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 032c5aebc1..21d1be2762 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -133,7 +133,8 @@ dtb-$(CONFIG_ARCH_SOCFPGA) += \ socfpga_cyclone5_sr1500.dtb \ socfpga_cyclone5_vining_fpga.dtb -dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb +dtb-$(CONFIG_TARGET_DRA7XX_EVM) += dra72-evm.dtb dra7-evm.dtb \ + dra72-evm-revc.dtb dtb-$(CONFIG_TARGET_AM57XX_EVM) += am57xx-beagle-x15.dtb \ am572x-idk.dtb dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb |