diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2008-11-07 08:43:43 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-11-08 13:39:01 -0500 |
commit | 33d2d78baaed06dda9f4de105388832850fb3555 (patch) | |
tree | 2cbb99af58c9ac18c495f4bfe305825526c7dd08 /arch | |
parent | 0a0e9e0cb90170f95b4351597fd5c0e65fab6bc5 (diff) |
powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTS
This patch corrects the bus-frequency value provided in the SBC610's dts.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index 6ed608322ddc..e48cfa740c8a 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -108,7 +108,7 @@ | |||
108 | compatible = "simple-bus"; | 108 | compatible = "simple-bus"; |
109 | ranges = <0x0 0xfef00000 0x00100000>; | 109 | ranges = <0x0 0xfef00000 0x00100000>; |
110 | reg = <0xfef00000 0x100000>; // CCSRBAR 1M | 110 | reg = <0xfef00000 0x100000>; // CCSRBAR 1M |
111 | bus-frequency = <0>; | 111 | bus-frequency = <33333333>; |
112 | 112 | ||
113 | i2c1: i2c@3000 { | 113 | i2c1: i2c@3000 { |
114 | #address-cells = <1>; | 114 | #address-cells = <1>; |