[POWERPC] fsl_soc.c cleanup
commitf9234736112bf193e5ab451abbfbdf279cc53137
authorScott Wood <scottwood@freescale.com>
Mon, 20 Aug 2007 16:38:12 +0000 (20 11:38 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Sep 2007 13:51:43 +0000 (14 08:51 -0500)
treed732233f231e003b1c55c0e225c2d918e130df04
parent683d00b03eb09a140e25d7f1457d347277bc2619
[POWERPC] fsl_soc.c cleanup

1. Update the way get_brgfreq() finds things in the device tree.

It now uses names that are less namespace polluting.  The old names
are supported until all boards are converted.

2. "size" is changed from unsigned int to int, to match what
of_get_property() expects.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_soc.c