Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34124
b: refs/heads/master
c: 8b9b5a7
h: refs/heads/master
v: v3
  • Loading branch information
Amy Fong authored and Paul Mackerras committed Sep 21, 2006
1 parent 6516912 commit 43b9419
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a1ca373a16b0e170164ab8a2d6d01eab2a22f6e
refs/heads/master: 8b9b5a77e3aeb9650b511a8be4c61632999537db
1 change: 1 addition & 0 deletions trunk/arch/ppc/platforms/85xx/sbc8560.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
18 changes: 18 additions & 0 deletions trunk/arch/ppc/platforms/85xx/sbc85xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,22 @@ extern void sbc8560_init_IRQ(void) __init;

#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__ */

0 comments on commit 43b9419

Please sign in to comment.