浏览代码

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>
Martyn Welch 16 年之前
父节点
当前提交
33d2d78baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/boot/dts/gef_sbc610.dts

+ 1 - 1
arch/powerpc/boot/dts/gef_sbc610.dts

@@ -108,7 +108,7 @@
 		compatible = "simple-bus";
 		compatible = "simple-bus";
 		ranges = <0x0 0xfef00000 0x00100000>;
 		ranges = <0x0 0xfef00000 0x00100000>;
 		reg = <0xfef00000 0x100000>;	// CCSRBAR 1M
 		reg = <0xfef00000 0x100000>;	// CCSRBAR 1M
-		bus-frequency = <0>;
+		bus-frequency = <33333333>;
 
 
 		i2c1: i2c@3000 {
 		i2c1: i2c@3000 {
 			#address-cells = <1>;
 			#address-cells = <1>;