
This patch series enables Driver Model and Devitree usage for am57xx platform and tested it on am57xx-evm (Loga [1]). Also pushed a branch [2] for referrence.
This patch series depends on [3] (MMC DM patch series), [4] OMAP5 SERIAL DM fix nad [5] DRA74x bringup patch for dra74x dtsi files.
[1]: http://pastebin.ubuntu.com/12610054/ [2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git am57xx-dm [3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg186964.html [4]: http://patchwork.ozlabs.org/patch/519024/ [5]: http://patchwork.ozlabs.org/patch/521035/
Mugunthan V N (2): ti_omap5_common: mmc: do not define DM_MMC for spl am437x: Add am57xx_evm_defconfig using CONFIG_DM
arch/arm/dts/Makefile | 1 + arch/arm/dts/am57xx-beagle-x15.dts | 699 +++++++++++++++++++++++++++++++++++++ configs/am57xx_evm_defconfig | 19 + include/configs/ti_omap5_common.h | 8 + 4 files changed, 727 insertions(+) create mode 100644 arch/arm/dts/am57xx-beagle-x15.dts create mode 100644 configs/am57xx_evm_defconfig