Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72073
b: refs/heads/master
c: 9dda78b
h: refs/heads/master
i:
  72071: bb756c6
v: v3
  • Loading branch information
Marian Balakowicz authored and Grant Likely committed Oct 21, 2007
1 parent 49aba3a commit a94acce
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 86b92cdda9e997dd305851cb16292c67076d58cb
refs/heads/master: 9dda78b711ca4d507251a7e896b2f41ec019fc58
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/52xx/lite5200.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ static void __init lite5200_setup_arch(void)
/* Some mpc5200 & mpc5200b related configuration */
mpc5200_setup_xlb_arbiter();

/* Map wdt for mpc52xx_restart() */
mpc52xx_map_wdt();

#ifdef CONFIG_PM
mpc52xx_suspend.board_suspend_prepare = lite5200_suspend_prepare;
mpc52xx_suspend.board_resume_finish = lite5200_resume_finish;
Expand Down Expand Up @@ -183,5 +186,6 @@ define_machine(lite5200) {
.init = mpc52xx_declare_of_platform_devices,
.init_IRQ = mpc52xx_init_irq,
.get_irq = mpc52xx_get_irq,
.restart = mpc52xx_restart,
.calibrate_decr = generic_calibrate_decr,
};

0 comments on commit a94acce

Please sign in to comment.