]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit1846313ccc0e12a97d80dbbd20951f0f668bebe9
treed732233f231e003b1c55c0e225c2d918e130df04
parent6b1df482b703d57fd4374cbb2b7d610f91991337
[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