Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81195
b: refs/heads/master
c: 58c5019
h: refs/heads/master
i:
  81193: c6ff228
  81191: 5875611
v: v3
  • Loading branch information
Valentine Barshak authored and Josh Boyer committed Dec 23, 2007
1 parent 3a43bf6 commit e7601ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ac30c314529af21ae739375d25c7da78887363b
refs/heads/master: 58c50192675cfbaa51cf9ccf2ef1180d45170ec8
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/cuboot-rainier.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static void rainier_fixups(void)
{
unsigned long sysclk = 33333333;

ibm440ep_fixup_clocks(sysclk, 11059200);
ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
ibm4xx_denali_fixup_memsize();
dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/cuboot-sequoia.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static void sequoia_fixups(void)
{
unsigned long sysclk = 33333333;

ibm440ep_fixup_clocks(sysclk, 11059200, 25000000);
ibm440ep_fixup_clocks(sysclk, 11059200, 50000000);
ibm4xx_fixup_ebc_ranges("/plb/opb/ebc");
ibm4xx_denali_fixup_memsize();
dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr);
Expand Down
6 changes: 5 additions & 1 deletion trunk/arch/powerpc/boot/dts/rainier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
clock-frequency = <0>; /* Filled in by zImage */

SDRAM0: sdram {
device_type = "memory-controller";
compatible = "ibm,sdram-440grx", "ibm,sdram-44x-ddr2denali";
dcr-reg = <010 2>;
};
Expand Down Expand Up @@ -245,6 +244,7 @@
device_type = "rgmii-interface";
compatible = "ibm,rgmii-440grx", "ibm,rgmii";
reg = <ef601000 8>;
has-mdio;
};

EMAC0: ethernet@ef600e00 {
Expand Down Expand Up @@ -273,6 +273,8 @@
zmii-channel = <0>;
rgmii-device = <&RGMII0>;
rgmii-channel = <0>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
};

EMAC1: ethernet@ef600f00 {
Expand Down Expand Up @@ -301,6 +303,8 @@
zmii-channel = <1>;
rgmii-device = <&RGMII0>;
rgmii-channel = <1>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
};
};
};
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
clock-frequency = <0>; /* Filled in by zImage */

SDRAM0: sdram {
device_type = "memory-controller";
compatible = "ibm,sdram-440epx", "ibm,sdram-44x-ddr2denali";
dcr-reg = <010 2>;
};
Expand Down

0 comments on commit e7601ac

Please sign in to comment.