Commit fb9d93de authored by Dale Farnsworth's avatar Dale Farnsworth Committed by Paul Mackerras

[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: default avatarDale Farnsworth <dale@farnsworth.org>
Acked-by: default avatarMark A. Greer <mgreer@mvista.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent d528be50
......@@ -27,7 +27,7 @@ cpus {
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 @@ BRG0: brg@b200 {
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 @@ BRG1: brg@b208 {
compatible = "marvell,mv64x60-brg";
reg = <0xb208 0x8>;
clock-src = <8>;
clock-frequency = <133000000>;
clock-frequency = <133333333>;
current-speed = <9600>;
bcr = <0>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment