diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2008-11-07 13:43:43 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-11-08 12:39:01 -0600 |
commit | 33d2d78baaed06dda9f4de105388832850fb3555 (patch) | |
tree | 2cbb99af58c9ac18c495f4bfe305825526c7dd08 /arch | |
parent | 0a0e9e0cb90170f95b4351597fd5c0e65fab6bc5 (diff) | |
download | linux-33d2d78baaed06dda9f4de105388832850fb3555.tar.bz2 |
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 @@ compatible = "simple-bus"; ranges = <0x0 0xfef00000 0x00100000>; reg = <0xfef00000 0x100000>; // CCSRBAR 1M - bus-frequency = <0>; + bus-frequency = <33333333>; i2c1: i2c@3000 { #address-cells = <1>; |