These patches are the first steps towards getting the board specific devices on the Tegra Harmony board to be discovered and initialized using only a device tree - rather than platform specific code. In particular, this patch set is getting ready to initialize i2c devices based solely on a device tree. This patch series is presented at this time only for review and comments. --- John Bonesio (2): ARM: Tegra: Device Tree Support: Update how sdhci devices are initialized ARM: Tegra: Device Tree Support: Add i2c devices arch/arm/boot/dts/tegra250.dtsi | 33 +++++++++++ arch/arm/mach-tegra/Makefile | 1 arch/arm/mach-tegra/board-dt.c | 120 ++++++++++++++++----------------------- drivers/i2c/busses/i2c-tegra.c | 4 + 4 files changed, 87 insertions(+), 71 deletions(-) -- - John -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html