From: Vitaly Bordug <vbordug@ru.mvista.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org,
Kumar Gala <galak@kernel.crashing.org>,
Pantelis Antoniou <panto@intracom.gr>
Subject: [PATCH] ppc32: Added missing define for fs_enet Ethernet driver
Date: Wed, 16 Nov 2005 21:37:47 +0300 [thread overview]
Message-ID: <437B7C7B.5090604@ru.mvista.com> (raw)
This adds the FCC_PSMR_RMII defenition, which is used in fs_enet to enable
RMII mode.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
---
include/asm-ppc/cpm2.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
applies-to: a4efeaa72988e2e2e2604535283e7f274bc0bc53
339019bec61c89ca21c48df47519c27a44eab7f5
diff --git a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h
index 43d2ebb..e952d55 100644
--- a/include/asm-ppc/cpm2.h
+++ b/include/asm-ppc/cpm2.h
@@ -1091,5 +1091,7 @@ typedef struct im_idma {
#define CPM_IMMR_OFFSET 0x101a8
#endif
+#define FCC_PSMR_RMII ((uint)0x00020000) /* Use RMII interface */
+
#endif /* __CPM2__ */
#endif /* __KERNEL__ */
---
Sincerely,
Vitaly
reply other threads:[~2005-11-16 18:37 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=437B7C7B.5090604@ru.mvista.com \
--to=vbordug@ru.mvista.com \
--cc=akpm@osdl.org \
--cc=galak@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
--cc=panto@intracom.gr \
/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
Powered by JetHome