Skip to content

Commit f2cb698

Browse files
committed
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 dcc8cc3 commit f2cb698

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
@@ -702,7 +702,7 @@
702702
};
703703

704704
&rng {
705-
compatible = "brcm,bcm2838-rng200";
705+
compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
706706
};
707707

708708
&sdhost {

0 commit comments

Comments
 (0)