039-ARM-dts-BCM5301x-Add-RNG-Device-Tree-node.patch 872 B

123456789101112131415161718192021222324252627
  1. From 36e55669ebdef9eaf3f4ab4e82a07bb4b95a4813 Mon Sep 17 00:00:00 2001
  2. From: Florian Fainelli <f.fainelli@gmail.com>
  3. Date: Wed, 22 Jun 2016 17:27:03 -0700
  4. Subject: [PATCH] ARM: dts: BCM5301x: Add RNG Device Tree node
  5. Add the DT node for the random number generator peripheral.
  6. Acked-by: Scott Branden <scott.branden@broadcom.com>
  7. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  8. ---
  9. arch/arm/boot/dts/bcm5301x.dtsi | 5 +++++
  10. 1 file changed, 5 insertions(+)
  11. --- a/arch/arm/boot/dts/bcm5301x.dtsi
  12. +++ b/arch/arm/boot/dts/bcm5301x.dtsi
  13. @@ -302,6 +302,11 @@
  14. /* ports are defined in board DTS */
  15. };
  16. + rng: rng@18004000 {
  17. + compatible = "brcm,bcm5301x-rng";
  18. + reg = <0x18004000 0x14>;
  19. + };
  20. +
  21. nand: nand@18028000 {
  22. compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
  23. reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;