]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite52a4a041989d384da2df3c8cdeed82d7c64ab33
treee6266ce52fc3bae92f9088ec5a25571b749507c1
parent4e0ad6cbcc67b6c2bc75b64f602816418538f029
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]