diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-02-27 10:53:10 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-03-09 12:48:14 -0400 |
commit | ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc (patch) | |
tree | 22c048227333e4dfada8c79813f4ce383374935c /arch/powerpc/boot/dts/gef_sbc610.dts | |
parent | 9ab921201444e4dcfd0c14ac4cc6758e32059dae (diff) |
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>
Diffstat (limited to 'arch/powerpc/boot/dts/gef_sbc610.dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index e78c355c7bac..714175ccb2a4 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -71,7 +71,7 @@ | |||
71 | #address-cells = <2>; | 71 | #address-cells = <2>; |
72 | #size-cells = <1>; | 72 | #size-cells = <1>; |
73 | compatible = "fsl,mpc8641-localbus", "simple-bus"; | 73 | compatible = "fsl,mpc8641-localbus", "simple-bus"; |
74 | reg = <0xf8005000 0x1000>; | 74 | reg = <0xfef05000 0x1000>; |
75 | interrupts = <19 2>; | 75 | interrupts = <19 2>; |
76 | interrupt-parent = <&mpic>; | 76 | interrupt-parent = <&mpic>; |
77 | 77 | ||