dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Martyn Welch 2009-02-27 15:53:10 +00:00 committed by Kumar Gala
parent 9ab9212014
commit ac4dff224d
1 changed files with 1 additions and 1 deletions

View 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>;