This patch series is for migrating omap3 beagle board file and to use device tree data structures in i2c-omap driver.
These are basic changes in order to adopt device tree for using generic board file with omap3 platforms. Existing non dt setup and build is not disturbed and device tree boot needs to be explicitly enabled through menuconfig option by selecting CONFIG_OMAP3_DT Build and boot tested for both dt and not dt options on omap3 beagle board. Initial review comments and alignment can be found at: http://comments.gmane.org/gmane.linux.drivers.devicetree/6188 Baseline: Applies cleanly on top of: git://git.secretlab.ca/git/linux-2.6 Branch: origin/devicetree/test commit 88c559f5479ec28a1acd38c081d89f90a059a6ef Author: Grant Likely <grant.lik...@secretlab.ca> drivercore: Add driver probe deferral mechanism G, Manjunath Kondaiah (4): DT: OMAP3: Add SoC file for handling i2c controllers DT: OMAP3: Beagle board: set clock freq for i2c devices DT: OMAP3: Add generic board file for dt support DT: OMAP: Convert I2C driver to use device tree arch/arm/boot/dts/omap3-beagle-nunchuck.dts | 11 +- arch/arm/boot/dts/omap3-beagle.dts | 29 ++- arch/arm/boot/dts/omap3-soc.dtsi | 65 +++ arch/arm/mach-omap2/Kconfig | 12 + arch/arm/mach-omap2/Makefile | 2 + arch/arm/mach-omap2/board-omap3-dt.c | 623 +++++++++++++++++++++++++++ arch/arm/mach-omap2/board-omap3beagle.c | 13 - drivers/i2c/busses/i2c-omap.c | 48 ++- 8 files changed, 777 insertions(+), 26 deletions(-) create mode 100644 arch/arm/boot/dts/omap3-soc.dtsi create mode 100644 arch/arm/mach-omap2/board-omap3-dt.c -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html