diff options
author | Matteo Facchinetti <matteo.facchinetti@sirius-es.it> | 2013-04-04 03:57:30 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-04-10 20:37:43 +0200 |
commit | a9b6aae496801236cb65d9d5786dba797680cbea (patch) | |
tree | dd6c7be3512aa5c13267ea669d1f420d95daeded /arch/powerpc/platforms/512x/mpc512x.h | |
parent | b9e7196ecdf6d7cd7a41b560e596c9af94413c05 (diff) | |
download | linux-a9b6aae496801236cb65d9d5786dba797680cbea.tar.gz linux-a9b6aae496801236cb65d9d5786dba797680cbea.tar.bz2 linux-a9b6aae496801236cb65d9d5786dba797680cbea.zip |
powerpc/mpc512x: add platform code for MPC5125.
Tested on MPC5125 Tower evaluation board with
mpc512x_defconfig compile configuration.
In detail, supports for:
- PSC / UART
- RTC
- ETH
- DIU
- I2C
Signed-off-by: Matteo Facchinetti <matteo.facchinetti@sirius-es.it>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/platforms/512x/mpc512x.h')
-rw-r--r-- | arch/powerpc/platforms/512x/mpc512x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/mpc512x.h b/arch/powerpc/platforms/512x/mpc512x.h index c32b399eb952..0a8e60023944 100644 --- a/arch/powerpc/platforms/512x/mpc512x.h +++ b/arch/powerpc/platforms/512x/mpc512x.h @@ -15,6 +15,7 @@ extern void __init mpc512x_init_IRQ(void); extern void __init mpc512x_init(void); extern int __init mpc5121_clk_init(void); void __init mpc512x_declare_of_platform_devices(void); +extern const char *mpc512x_select_psc_compat(void); extern void mpc512x_restart(char *cmd); #if defined(CONFIG_FB_FSL_DIU) || defined(CONFIG_FB_FSL_DIU_MODULE) |