Skip to content

Commit

Permalink
powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martyn Welch authored and Kumar Gala committed Nov 8, 2008
1 parent 0a0e9e0 commit 33d2d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/gef_sbc610.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 33d2d78

Please sign in to comment.