Skip to content

Commit 5e9ebdd

Browse files
linuswffainelli
authored andcommitted
ARM: dts: bcm6846: Add iproc rng
The bcm6846 has a standard iproc 200 RNG which is already fully supported by bindings, so just add it to the DTS file. Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent e0bea86 commit 5e9ebdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/broadcom/bcm6846.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
status = "disabled";
109109
};
110110

111+
rng@b80 {
112+
compatible = "brcm,iproc-rng200";
113+
reg = <0xb80 0x28>;
114+
};
115+
111116
hsspi: spi@1000 {
112117
#address-cells = <1>;
113118
#size-cells = <0>;

0 commit comments

Comments
 (0)