[POWERPC] 85xxCDS: Make sure restart resets the PCI bus.
authorRandy Vinson <rvinson@linuxbox.(none)>
Fri, 23 Mar 2007 22:43:37 +0000 (15:43 -0700)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 24 Jul 2007 03:35:12 +0000 (22:35 -0500)
The current 85xxCDS restart code fails to reset the PCI bus which can
lead to odd behavior after the restart. This patch uses the VIA Super
Southbridge to perform a PCI reset which will reset the entire system.
NOTE: Since the VIA chip is behind a PCI-to-PCI bridge which can be
disabled with a switch setting, it may not be possible to perform the
PCI bus reset. In this case, the code defaults to the previous restart
mechanism.

Signed-off-by: Randy Vinson <rvinson@mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found