[RFC 0/2] Tegra Harmony: Device Tree Initial Steps
John Bonesio
bones at secretlab.ca
Wed May 11 06:14:06 EST 2011
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
More information about the devicetree-discuss
mailing list