projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab9212
)
powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file
author
Martyn Welch
<martyn.welch@gefanuc.com>
Fri, 27 Feb 2009 15:53:10 +0000
(15:53 +0000)
committer
Kumar 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/gef_sbc610.dts
b/arch/powerpc/boot/dts/gef_sbc610.dts
index e78c355c7bac8974ea2c84e55856499b260bbbc7..714175ccb2a43d803a530e1150df591505a69fd9 100644
(file)
--- 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 = <0xf
80
05000 0x1000>;
+ reg = <0xf
ef
05000 0x1000>;
interrupts = <19 2>;
interrupt-parent = <&mpic>;