diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-06-02 10:54:22 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:27 -0400 |
commit | 923e3819005e60449ed6c9c8a86fd8e5cd9e6d77 (patch) | |
tree | 6771d45baadf1b627bd0c02b693052e516a26fa4 /arch/mips/txx9/rbtx4939/setup.c | |
parent | 049a947c611a19523eaaf193f698b897a62d0593 (diff) |
MIPS: TXx9: Add TX4939 RNG support
Add platform support for RNG of TX4939 SoC.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/rbtx4939/setup.c')
-rw-r--r-- | arch/mips/txx9/rbtx4939/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/txx9/rbtx4939/setup.c b/arch/mips/txx9/rbtx4939/setup.c index b9196966447b..c033ffe71cdf 100644 --- a/arch/mips/txx9/rbtx4939/setup.c +++ b/arch/mips/txx9/rbtx4939/setup.c | |||
@@ -502,6 +502,7 @@ static void __init rbtx4939_device_init(void) | |||
502 | tx4939_aclc_init(); | 502 | tx4939_aclc_init(); |
503 | platform_device_register_simple("txx9aclc-generic", -1, NULL, 0); | 503 | platform_device_register_simple("txx9aclc-generic", -1, NULL, 0); |
504 | tx4939_sramc_init(); | 504 | tx4939_sramc_init(); |
505 | tx4939_rng_init(); | ||
505 | } | 506 | } |
506 | 507 | ||
507 | static void __init rbtx4939_setup(void) | 508 | static void __init rbtx4939_setup(void) |