浏览代码

powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file

The registers for the local bus are incorrectly set to 0xf8005000 rather
than there actual location of 0xfef05000.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Martyn Welch 16 年之前
父节点
当前提交
ac4dff224d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/boot/dts/gef_sbc610.dts

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

@@ -71,7 +71,7 @@
 		#address-cells = <2>;
 		#size-cells = <1>;
 		compatible = "fsl,mpc8641-localbus", "simple-bus";
-		reg = <0xf8005000 0x1000>;
+		reg = <0xfef05000 0x1000>;
 		interrupts = <19 2>;
 		interrupt-parent = <&mpic>;