linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto
@ 2011-06-22 19:30 Mike Williams
  2011-06-22 23:24 ` Segher Boessenkool
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Williams @ 2011-06-22 19:30 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Mike Williams


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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-28 12:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 19:30 [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto Mike Williams
2011-06-22 23:24 ` 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

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).