powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file
authorMartyn Welch <martyn.welch@gefanuc.com>
Fri, 27 Feb 2009 15:53:10 +0000 (15:53 +0000)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 9 Mar 2009 16:48:14 +0000 (11:48 -0500)
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>
arch/powerpc/boot/dts/gef_sbc610.dts

index e78c355..714175c 100644 (file)
@@ -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>;