Re: [U-Boot] [PATCH] MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode

2009-01-21 Thread Kim Phillips
On Mon, 12 Jan 2009 13:33:17 -0800 Ira Snyder wrote: > When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do > not enable them. See the MPC8349EA Reference Manual, Section 4.4.2 > "Clocking in PCI Agent Mode". > > Signed-off-by: Ira W. Snyder > --- > board/freescale/mpc83

[U-Boot] [PATCH] MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode

2009-01-12 Thread Ira Snyder
When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do not enable them. See the MPC8349EA Reference Manual, Section 4.4.2 "Clocking in PCI Agent Mode". Signed-off-by: Ira W. Snyder --- board/freescale/mpc8349emds/pci.c |7 --- 1 files changed, 0 insertions(+), 7 dele