Re: [U-Boot] Configuring BRGs and BRG input clock on an MPC875

2009-09-23 Thread Mikhail Zaturenskiy
Anybody have an idea as to what I'm doing wrong? Could there be something wrong with my CLK2? Once again I'm going to answer my own question. The problem WAS with CLK2 not being properly initialized. I had to do the following to get everything working: 1. To get BRG1 to use CLK2, made change

Re: [U-Boot] Configuring BRGs and BRG input clock on an MPC875

2009-09-22 Thread Mikhail Zaturenskiy
Hello, I thought I'd ask here before I go and make a mess of my code: what's the easiest way to configure my board to have SMC1 use BRG1, SCC4 use BRG2, and make my BRG1 and BRG2 use CLK2 as an input clock? I looked over the code and it looked like most of this is hard-coded in the serial.c

[U-Boot] Configuring BRGs and BRG input clock on an MPC875

2009-09-17 Thread Mikhail Zaturenskiy
Hello, I thought I'd ask here before I go and make a mess of my code: what's the easiest way to configure my board to have SMC1 use BRG1, SCC4 use BRG2, and make my BRG1 and BRG2 use CLK2 as an input clock? I looked over the code and it looked like most of this is hard-coded in the serial.c file