Re: [PATCH 3/6] hwrng: atmel: add DT support

2014-09-30 Thread Peter Korsgaard
> "Boris" == Boris Brezillon writes: > Add DT support. > Make the driver depend on CONFIG_OF as at91sam9g45 was the only SoC making > use of the TRNG block and this SoC is now fully migrated to DT. > Signed-off-by: Boris Brezillon Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard --

[PATCH 3/6] hwrng: atmel: add DT support

2014-09-30 Thread Boris Brezillon
Add DT support. Make the driver depend on CONFIG_OF as at91sam9g45 was the only SoC making use of the TRNG block and this SoC is now fully migrated to DT. Signed-off-by: Boris Brezillon --- drivers/char/hw_random/Kconfig | 2 +- drivers/char/hw_random/atmel-rng.c | 7 +++ 2 files change