summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/prpmc2800.dts
diff options
context:
space:
mode:
authorDale Farnsworth2008-04-08 00:08:06 +0200
committerPaul Mackerras2008-04-15 13:21:23 +0200
commitfb9d93de6049922c4d46cc2dc9d2eeec07369e7f (patch)
treee65866da11be1cc952e9230e2ab3078c4b84344b /arch/powerpc/boot/dts/prpmc2800.dts
parent[POWERPC] prpmc2800: Convert DTS to v1 and add labels (diff)
downloadkernel-qcow2-linux-fb9d93de6049922c4d46cc2dc9d2eeec07369e7f.tar.gz
kernel-qcow2-linux-fb9d93de6049922c4d46cc2dc9d2eeec07369e7f.tar.xz
kernel-qcow2-linux-fb9d93de6049922c4d46cc2dc9d2eeec07369e7f.zip
[POWERPC] prpmc2800: Fix frequencies in prpmc2800.dts
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>
Diffstat (limited to 'arch/powerpc/boot/dts/prpmc2800.dts')
-rw-r--r--arch/powerpc/boot/dts/prpmc2800.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/prpmc2800.dts b/arch/powerpc/boot/dts/prpmc2800.dts
index b96b400dc3bd..822aac7e5bbd 100644
--- a/arch/powerpc/boot/dts/prpmc2800.dts
+++ b/arch/powerpc/boot/dts/prpmc2800.dts
@@ -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>;
@@ -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>;
};
@@ -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>;
};