ARM: tegra: use of_default_bus_match_table
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Jun 2012 22:29:19 +0000 (16:29 -0600)
committerStephen Warren <swarren@nvidia.com>
Fri, 29 Jun 2012 23:22:08 +0000 (17:22 -0600)
of_default_bus_match_table is a table of default bus types supported by
of_platform_populate(). Since Tegra has no need to support any specific
custom list of bus types, modify the DT board files to use this default
list.

Signed-off-by: Stephen Warren <swarren@nvidia.com>

No differences found