]> git.karo-electronics.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)
committerAnatolij Gustschin <agust@denx.de>
Wed, 21 Mar 2012 00:25:19 +0000 (01:25 +0100)
commit7b6bb64ab9d2c226c380e09773066cfcd22dc912
treeffd7afbded15e2d71cc643587686bd3d5bfa4c26
parent5789d6dc3f7fefc384597580ba0a2753dd20c0a5
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