Thread (4 messages) 4 messages, 3 authors, 2016-01-26
STALE3829d

[PATCH 2/2] n2rng: Attach on T5/M5, T7/M7 SPARC CPUs

From: Anatoly Pugachev <hidden>
Date: 2016-01-25 16:09:39
Also in: sparclinux
Subsystem: hardware random number generator core, the rest · Maintainers: Olivia Mackall, Herbert Xu, Linus Torvalds

n2rng: Attach on T5/M5, T7/M7 SPARC CPUs

Signed-off-by: Anatoly Pugachev <redacted>
---
 drivers/char/hw_random/n2-drv.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff --git a/drivers/char/hw_random/n2-drv.c b/drivers/char/hw_random/n2-drv.c
index 843d6f6..8bee43a 100644
--- a/drivers/char/hw_random/n2-drv.c
+++ b/drivers/char/hw_random/n2-drv.c
@@ -743,6 +743,16 @@ static const struct of_device_id n2rng_match[] = {
 		.compatible	= "SUNW,kt-rng",
 		.data		= (void *) 1,
 	},
+	{
+		.name           = "random-number-generator",
+		.compatible     = "ORCL,m4-rng",
+		.data           = (void *) 1,
+	},
+	{
+		.name           = "random-number-generator",
+		.compatible     = "ORCL,m7-rng",
+		.data           = (void *) 1,
+	},
 	{},
 };
 MODULE_DEVICE_TABLE(of, n2rng_match);
-- 
2.7.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help