On Apr 29, 2008, at 2:00 PM, Anton Vorontsov wrote:

This is patch adds board file, device tree, and defconfig for the new
board, made by Freescale Semiconductor Inc. and Logic Product Development.

Currently supported:
1. UEC{1,2,7,4};
2. I2C;
3. SPI;
4. NS16550 serial;
5. PCI and miniPCI;
6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;
7. Graphics controller, Fujitsu MB86277.

Not supported in this patch:
1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);
2. FHCI USB (supported with FHCI driver).
3. QE Serial UCCs (tested to not work with ucc_uart driver, reason
  unknown, yet);
4. ADC AD7843 (tested to work, but support via device tree depends on
  major SPI rework, GPIO API, etc);

Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
arch/powerpc/boot/dts/mpc836x_rdk.dts           |  397 +++++++++
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig | 1090 ++++++++++++++ +++++++++
arch/powerpc/platforms/83xx/Kconfig             |   11 +
arch/powerpc/platforms/83xx/Makefile            |    1 +
arch/powerpc/platforms/83xx/mpc836x_rdk.c       |  111 +++
5 files changed, 1610 insertions(+), 0 deletions(-)
create mode 100644 arch/powerpc/boot/dts/mpc836x_rdk.dts
create mode 100644 arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
create mode 100644 arch/powerpc/platforms/83xx/mpc836x_rdk.c

Can you do me a favor and update mpc83xx_defconfig and make sure that boots and provide that in a separate patch. I want to start making sure we have whatever features boards need enabled in the mpc83xx_defconfig.

thanks

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

Reply via email to