The patch titled ppc: sbc8560 fixes has been added to the -mm tree. Its filename is ppc-sbc8560-fixes.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ppc: sbc8560 fixes From: Amy Fong <amy.fong@xxxxxxxxxxxxx> Make changes required to fix compile errors in the sbc8560 target. Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ppc/platforms/85xx/sbc8560.h | 1 + arch/ppc/platforms/85xx/sbc85xx.h | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff -puN arch/ppc/platforms/85xx/sbc8560.h~ppc-sbc8560-fixes arch/ppc/platforms/85xx/sbc8560.h --- a/arch/ppc/platforms/85xx/sbc8560.h~ppc-sbc8560-fixes +++ a/arch/ppc/platforms/85xx/sbc8560.h @@ -14,6 +14,7 @@ #define __MACH_SBC8560_H__ #include <platforms/85xx/sbc85xx.h> +#include <asm/irq.h> #define CPM_MAP_ADDR (CCSRBAR + MPC85xx_CPM_OFFSET) diff -puN arch/ppc/platforms/85xx/sbc85xx.h~ppc-sbc8560-fixes arch/ppc/platforms/85xx/sbc85xx.h --- a/arch/ppc/platforms/85xx/sbc85xx.h~ppc-sbc8560-fixes +++ a/arch/ppc/platforms/85xx/sbc85xx.h @@ -49,4 +49,22 @@ extern void sbc8560_init_IRQ(void) __ini #define MPC85XX_PCI1_IO_SIZE 0x01000000 +/* FCC1 Clock Source Configuration. These can be + * redefined in the board specific file. + * Can only choose from CLK9-12 */ +#define F1_RXCLK 12 +#define F1_TXCLK 11 + +/* FCC2 Clock Source Configuration. These can be + * redefined in the board specific file. + * Can only choose from CLK13-16 */ +#define F2_RXCLK 13 +#define F2_TXCLK 14 + +/* FCC3 Clock Source Configuration. These can be + * redefined in the board specific file. + * Can only choose from CLK13-16 */ +#define F3_RXCLK 15 +#define F3_TXCLK 16 + #endif /* __PLATFORMS_85XX_SBC85XX_H__ */ _ Patches currently in -mm which might be from amy.fong@xxxxxxxxxxxxx are ppc-fix-typo-in-cpm2h.patch ppc-sbc8560-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html