commit | 8e267f3da5f117d2f1316cf6ddf740f93f1c73aa | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 19 17:26:54 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Jul 28 01:32:04 2011 -0600 |
tree | 19c7739b88de481618e0f461a83a1bb46a9ef5e2 | |
parent | 3ba7222ac992d24d09ccd0b55940b54849eef752 [diff] |
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>