linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Mike Williams <mike@mikebwilliams.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Mike Williams <mike@mikebwilliams.com>
Subject: [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto
Date: Wed, 22 Jun 2011 15:30:51 -0400	[thread overview]
Message-ID: <1308771051-30861-1-git-send-email-mike@mikebwilliams.com> (raw)


Signed-off-by: Mike Williams <mike@mikebwilliams.com>
---
 drivers/crypto/amcc/crypto4xx_core.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c
index 1891252..4895be5 100644
--- a/drivers/crypto/amcc/crypto4xx_core.c
+++ b/drivers/crypto/amcc/crypto4xx_core.c
@@ -1161,7 +1161,8 @@ static int __init crypto4xx_probe(struct platform_device *ofdev)
 	if (rc)
 		return -ENODEV;
 
-	if (of_find_compatible_node(NULL, NULL, "amcc,ppc460ex-crypto")) {
+	if (of_find_compatible_node(NULL, NULL, "amcc,ppc460ex-crypto") ||
+	    of_find_compatible_node(NULL, NULL, "amcc,ppc460gt-crypto")) {
 		mtdcri(SDR0, PPC460EX_SDR0_SRST,
 		       mfdcri(SDR0, PPC460EX_SDR0_SRST) | PPC460EX_CE_RESET);
 		mtdcri(SDR0, PPC460EX_SDR0_SRST,
-- 
1.7.3.4

             reply	other threads:[~2011-06-22 19:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 19:30 Mike Williams [this message]
2011-06-22 23:24 ` [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto Segher Boessenkool
     [not found]   ` <BANLkTikKNqEoQxGA642h14eOUjZ3hGZaQw@mail.gmail.com>
2011-06-23 14:21     ` Fwd: " Mike Williams
2011-06-24  2:14       ` Segher Boessenkool
2011-06-28 11:48         ` Josh Boyer
2011-06-28 12:14           ` Mike Williams

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=1308771051-30861-1-git-send-email-mike@mikebwilliams.com \
    --to=mike@mikebwilliams.com \
    --cc=linuxppc-dev@lists.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).