powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.c
authorMingkai Hu <Mingkai.hu@freescale.com>
Fri, 26 Aug 2011 10:45:03 +0000 (18:45 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 7 Oct 2011 04:32:57 +0000 (23:32 -0500)
commitd31337657ba931253e6dd8c5b1e856c121e41bf8
treee6266ce52fc3bae92f9088ec5a25571b749507c1
parentd70cb31de8b33f19a381132ffb69cf99d45b48e6
powerpc/85xx: Rename p2040_rdb.c to p2041_rdb.c

There's only p2041rdb board for official release, but the p2041 silicon
on the board can be converted to p2040 silicon without XAUI and L2 cache
function, then the board becomes p2040rdb board. so we use the file name
p2041_rdb.c to handle P2040RDB board and P2041RDB board which is also
consistent with the board name under U-Boot.

During the rename we make few other minor changes to the device tree:
* Move USB phy setting into p2041si.dtsi as its SoC not board defined
* Convert PCI clock-frequency to decimal to be more readable

Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p2040rdb.dts [deleted file]
arch/powerpc/boot/dts/p2040si.dtsi [deleted file]
arch/powerpc/boot/dts/p2041rdb.dts [new file with mode: 0644]
arch/powerpc/boot/dts/p2041si.dtsi [new file with mode: 0644]
arch/powerpc/configs/corenet32_smp_defconfig
arch/powerpc/platforms/85xx/Kconfig
arch/powerpc/platforms/85xx/Makefile
arch/powerpc/platforms/85xx/p2040_rdb.c [deleted file]
arch/powerpc/platforms/85xx/p2041_rdb.c [new file with mode: 0644]
This page took 0.028122 seconds and 5 git commands to generate.