]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/5200: convert mpc5200 to use of_platform_populate()
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 21 Jun 2011 08:45:13 +0000 (08:45 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 20 Mar 2012 23:40:31 +0000 (10:40 +1100)
commitff651516683421d773802707652207d4036244cc
treeffd7afbded15e2d71cc643587686bd3d5bfa4c26
parent70a3e5a029eed803b3ce27791018db5d27d5787e
powerpc/5200: convert mpc5200 to use of_platform_populate()

of_platform_populate() also handles nodes at the root of the tree,
which is wanted for things like describing the sound complex.  This
patch converts mpc5200 support to use of_platform_populate() instead
of of_platform_bus_probe().

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/platforms/52xx/mpc52xx_common.c