Skip to content

Commit 436302f

Browse files
lategoodbyepelwell
authored andcommitted
ARM: dts: bcm2838: Add upstream RNG compatible
This adds the ability to use the RNG with an upstream kernel. Keep the old one for backward compatibility. Signed-off-by: Stefan Wahren <[email protected]>
1 parent 2b48184 commit 436302f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/bcm2838.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
};
683683

684684
&rng {
685-
compatible = "brcm,bcm2838-rng200";
685+
compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
686686
};
687687

688688
&sdhost {

0 commit comments

Comments
 (0)