linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Gary Jennejohn <garyj@denx.de>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH] Correct the size of reg in the spi@ entry to 7.
Date: Mon, 19 May 2008 19:30:10 +0200	[thread overview]
Message-ID: <20080519193010.56e61532@peedub.jennejohn.org> (raw)


 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
*********************************************************************

                 reply	other threads:[~2008-05-19 17:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080519193010.56e61532@peedub.jennejohn.org \
    --to=garyj@denx.de \
    --cc=gary.jennejohn@freenet.de \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).