
Add support for dra72 Rev C evm. The patch has been tested on DRA72 EVM Rev C, DRA72 EVM Rev B and DRA74 EVM Rev G, logs [1]. Also pushed a branch for testing [2].
[1] - http://pastebin.ubuntu.com/23239294/ [2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dra72-revC
Mugunthan V N (2): ARM: dts: dra72: add rev C evm support board: ti: dra7xx: complex definitions should be protected with parentheses
arch/arm/dts/Makefile | 3 +- arch/arm/dts/dra72-evm-common.dtsi | 513 ++++++++++++++++++++++++++++ arch/arm/dts/dra72-evm-revc.dts | 70 ++++ arch/arm/dts/dra72-evm.dts | 664 +------------------------------------ board/ti/dra7xx/evm.c | 24 +- configs/dra7xx_evm_defconfig | 2 +- 6 files changed, 605 insertions(+), 671 deletions(-) create mode 100644 arch/arm/dts/dra72-evm-common.dtsi create mode 100644 arch/arm/dts/dra72-evm-revc.dts