From: Martyn Welch Date: Fri, 27 Feb 2009 15:53:10 +0000 (+0000) Subject: powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file X-Git-Tag: v2.6.30-rc1~619^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index e78c355..714175c 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/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>;