Skip to content
Snippets Groups Projects
Commit ff5fb8a6 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

ppc4xx: Update PLB/PCI divider for PMC440 board


This patch updates the PLB/PCI divider when running at
400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.

Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>
parent 7d5d7563
No related branches found
No related tags found
No related merge requests found
...@@ -280,10 +280,10 @@ int do_setup_bootstrap_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] ...@@ -280,10 +280,10 @@ int do_setup_bootstrap_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]
if (argc > 1) { if (argc > 1) {
if (!strcmp(argv[1], "400")) { if (!strcmp(argv[1], "400")) {
/* PLB=133MHz, PLB/PCI=4 */ /* PLB=133MHz, PLB/PCI=3 */
printf("Bootstrapping for 400MHz\n"); printf("Bootstrapping for 400MHz\n");
sdsdp[0]=0x8678624e; sdsdp[0]=0x8678624e;
sdsdp[1]=0x0947a030; sdsdp[1]=0x095fa030;
sdsdp[2]=0x40082350; sdsdp[2]=0x40082350;
sdsdp[3]=0x0d050000; sdsdp[3]=0x0d050000;
} else if (!strcmp(argv[1], "533")) { } else if (!strcmp(argv[1], "533")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment