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

No differences found