arm/dt: tegra devicetree support
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 19 Jul 2011 23:26:54 +0000 (17:26 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 28 Jul 2011 07:32:04 +0000 (01:32 -0600)
commit8e267f3da5f117d2f1316cf6ddf740f93f1c73aa
tree19c7739b88de481618e0f461a83a1bb46a9ef5e2
parent3ba7222ac992d24d09ccd0b55940b54849eef752
arm/dt: tegra devicetree support

Everything required to populate NVIDIA Tegra devices from the device
tree.  This patch adds a new DT_MACHINE_DESC() which matches against
a tegra20 device tree.  So far it only registers the on-chip devices,
but it will be refined in follow on patches to configure clocks and
pin IO from the device tree also.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/boot/dts/tegra-harmony.dts [new file with mode: 0644]
arch/arm/boot/dts/tegra-seaboard.dts [new file with mode: 0644]
arch/arm/boot/dts/tegra20.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/Makefile.boot
arch/arm/mach-tegra/board-dt.c [new file with mode: 0644]