diff options
| -rw-r--r-- | arch/ppc/platforms/85xx/sbc8560.h | 1 | ||||
| -rw-r--r-- | arch/ppc/platforms/85xx/sbc85xx.h | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/arch/ppc/platforms/85xx/sbc8560.h b/arch/ppc/platforms/85xx/sbc8560.h index c7d61cf3a449..e5e156f60100 100644 --- a/arch/ppc/platforms/85xx/sbc8560.h +++ b/arch/ppc/platforms/85xx/sbc8560.h | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #define __MACH_SBC8560_H__ | 14 | #define __MACH_SBC8560_H__ |
| 15 | 15 | ||
| 16 | #include <platforms/85xx/sbc85xx.h> | 16 | #include <platforms/85xx/sbc85xx.h> |
| 17 | #include <asm/irq.h> | ||
| 17 | 18 | ||
| 18 | #define CPM_MAP_ADDR (CCSRBAR + MPC85xx_CPM_OFFSET) | 19 | #define CPM_MAP_ADDR (CCSRBAR + MPC85xx_CPM_OFFSET) |
| 19 | 20 | ||
diff --git a/arch/ppc/platforms/85xx/sbc85xx.h b/arch/ppc/platforms/85xx/sbc85xx.h index 21ea7a55639b..51df4dc04e22 100644 --- a/arch/ppc/platforms/85xx/sbc85xx.h +++ b/arch/ppc/platforms/85xx/sbc85xx.h | |||
| @@ -49,4 +49,22 @@ extern void sbc8560_init_IRQ(void) __init; | |||
| 49 | 49 | ||
| 50 | #define MPC85XX_PCI1_IO_SIZE 0x01000000 | 50 | #define MPC85XX_PCI1_IO_SIZE 0x01000000 |
| 51 | 51 | ||
| 52 | /* FCC1 Clock Source Configuration. These can be | ||
| 53 | * redefined in the board specific file. | ||
| 54 | * Can only choose from CLK9-12 */ | ||
| 55 | #define F1_RXCLK 12 | ||
| 56 | #define F1_TXCLK 11 | ||
| 57 | |||
| 58 | /* FCC2 Clock Source Configuration. These can be | ||
| 59 | * redefined in the board specific file. | ||
| 60 | * Can only choose from CLK13-16 */ | ||
| 61 | #define F2_RXCLK 13 | ||
| 62 | #define F2_TXCLK 14 | ||
| 63 | |||
| 64 | /* FCC3 Clock Source Configuration. These can be | ||
| 65 | * redefined in the board specific file. | ||
| 66 | * Can only choose from CLK13-16 */ | ||
| 67 | #define F3_RXCLK 15 | ||
| 68 | #define F3_TXCLK 16 | ||
| 69 | |||
| 52 | #endif /* __PLATFORMS_85XX_SBC85XX_H__ */ | 70 | #endif /* __PLATFORMS_85XX_SBC85XX_H__ */ |
