* [PATCH] Correct the size of reg in the spi@ entry to 7.
@ 2008-05-19 17:30 Gary Jennejohn
0 siblings, 0 replies; only message in thread
From: Gary Jennejohn @ 2008-05-19 17:30 UTC (permalink / raw)
To: linuxppc-dev
This is needed because there is a one byte gap between SR and CDM.
Signed-off-by: Gary Jennejohn <garyj@denx.de>
---
arch/powerpc/boot/dts/yosemite.dts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/yosemite.dts b/arch/powerpc/boot/dts/yosemite.dts
index 0d6d332..26ab1f3 100644
--- a/arch/powerpc/boot/dts/yosemite.dts
+++ b/arch/powerpc/boot/dts/yosemite.dts
@@ -200,7 +200,7 @@
spi@ef600900 {
compatible = "amcc,spi-440ep";
- reg = <ef600900 6>;
+ reg = <ef600900 7>;
interrupts = <8 4>;
interrupt-parent = <&UIC0>;
};
--
1.5.3.6
---
Gary Jennejohn
*********************************************************************
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
*********************************************************************
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-19 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 17:30 [PATCH] Correct the size of reg in the spi@ entry to 7 Gary Jennejohn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).