diff options
Diffstat (limited to 'include/asm-ppc/mpc52xx.h')
-rw-r--r-- | include/asm-ppc/mpc52xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc52xx.h b/include/asm-ppc/mpc52xx.h index a055e0756b9d..7e9842805a28 100644 --- a/include/asm-ppc/mpc52xx.h +++ b/include/asm-ppc/mpc52xx.h | |||
@@ -60,6 +60,7 @@ enum ppc_sys_devices { | |||
60 | MPC52xx_ATA, | 60 | MPC52xx_ATA, |
61 | MPC52xx_I2C1, | 61 | MPC52xx_I2C1, |
62 | MPC52xx_I2C2, | 62 | MPC52xx_I2C2, |
63 | NUM_PPC_SYS_DEVS, | ||
63 | }; | 64 | }; |
64 | 65 | ||
65 | 66 | ||
@@ -354,6 +355,7 @@ struct mpc52xx_xlb { | |||
354 | u32 snoop_window; /* XLB + 0x70 */ | 355 | u32 snoop_window; /* XLB + 0x70 */ |
355 | }; | 356 | }; |
356 | 357 | ||
358 | #define MPC52xx_XLB_CFG_PLDIS (1 << 31) | ||
357 | #define MPC52xx_XLB_CFG_SNOOP (1 << 15) | 359 | #define MPC52xx_XLB_CFG_SNOOP (1 << 15) |
358 | 360 | ||
359 | /* Clock Distribution control */ | 361 | /* Clock Distribution control */ |
@@ -426,6 +428,9 @@ extern void mpc52xx_calibrate_decr(void); | |||
426 | 428 | ||
427 | extern void mpc52xx_find_bridges(void); | 429 | extern void mpc52xx_find_bridges(void); |
428 | 430 | ||
431 | extern void mpc52xx_setup_cpu(void); | ||
432 | |||
433 | |||
429 | 434 | ||
430 | /* Matching of PSC function */ | 435 | /* Matching of PSC function */ |
431 | struct mpc52xx_psc_func { | 436 | struct mpc52xx_psc_func { |