Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b9b5a77 authored by Amy Fong's avatar Amy Fong Committed by Paul Mackerras
Browse files

[POWERPC] Fix compile error in sbc8560



The following fixes compile errors in sbc8560.

Signed-off-by: default avatarAmy Fong <amy.fong@windriver.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 6a1ca373
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
 
+18 −0
Original line number Diff line number Diff line
@@ -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__ */