Skip to content

Commit

Permalink
[POWERPC] prpmc2800: Fix frequencies in prpmc2800.dts
Browse files Browse the repository at this point in the history
After the conversion to dts v1 format, seeing the frequencies
in decimal made it obvious that some of them had been
incorrectly truncated.  This fixes them.  Note that the PCI
frequency comes from a different source and is documented
as 66MHz, so it was left at 66000000.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Acked-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Dale Farnsworth authored and Paul Mackerras committed Apr 15, 2008
1 parent d528be5 commit fb9d93d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/powerpc/boot/dts/prpmc2800.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
PowerPC,7447 {
device_type = "cpu";
reg = <0>;
clock-frequency = <733000000>; /* Default */
clock-frequency = <733333333>; /* Default */
bus-frequency = <133333333>;
timebase-frequency = <33333333>;
i-cache-line-size = <32>;
Expand Down Expand Up @@ -137,7 +137,7 @@
compatible = "marvell,mv64x60-brg";
reg = <0xb200 0x8>;
clock-src = <8>;
clock-frequency = <133000000>;
clock-frequency = <133333333>;
current-speed = <9600>;
bcr = <0>;
};
Expand All @@ -146,7 +146,7 @@
compatible = "marvell,mv64x60-brg";
reg = <0xb208 0x8>;
clock-src = <8>;
clock-frequency = <133000000>;
clock-frequency = <133333333>;
current-speed = <9600>;
bcr = <0>;
};
Expand Down

0 comments on commit fb9d93d

Please sign in to comment.