On Sep 1, 2011, at 2:26 PM, Kumar Gala wrote:

> From: Mingkai Hu <mingkai...@freescale.com>
> 
> 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...@freescale.com>
> Signed-off-by: Kumar Gala <ga...@kernel.crashing.org>
> ---
> arch/powerpc/boot/dts/p2040rdb.dts           |  166 -------
> arch/powerpc/boot/dts/p2040si.dtsi           |  623 --------------------------
> arch/powerpc/boot/dts/p2041rdb.dts           |  161 +++++++
> arch/powerpc/boot/dts/p2041si.dtsi           |  623 ++++++++++++++++++++++++++
> arch/powerpc/configs/corenet32_smp_defconfig |    2 +-
> arch/powerpc/platforms/85xx/Kconfig          |    6 +-
> arch/powerpc/platforms/85xx/Makefile         |    2 +-
> arch/powerpc/platforms/85xx/p2040_rdb.c      |   88 ----
> arch/powerpc/platforms/85xx/p2041_rdb.c      |   88 ++++
> 9 files changed, 877 insertions(+), 882 deletions(-)
> delete mode 100644 arch/powerpc/boot/dts/p2040rdb.dts
> delete mode 100644 arch/powerpc/boot/dts/p2040si.dtsi
> create mode 100644 arch/powerpc/boot/dts/p2041rdb.dts
> create mode 100644 arch/powerpc/boot/dts/p2041si.dtsi
> delete mode 100644 arch/powerpc/platforms/85xx/p2040_rdb.c
> create mode 100644 arch/powerpc/platforms/85xx/p2041_rdb.c

applied

- k

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to