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)
commit2553dcc6e603e3833990bd3a29bee98d1dbdf251
tree4628d52ffecc40168e03f42e2e813a432587860c
parentbd976e0307fbb3c715df944ded6b70a9fa8d6bb1
ARM: tegra: use of_default_bus_match_table

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>
arch/arm/mach-tegra/board-dt-tegra20.c
arch/arm/mach-tegra/board-dt-tegra30.c
This page took 0.026006 seconds and 5 git commands to generate.