ARM: dts: bcm2838: Add upstream RNG compatible
authorStefan Wahren <wahrenst@gmx.net>
Fri, 27 Dec 2019 11:01:17 +0000 (12:01 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:15 +0000 (16:33 +0100)
This adds the ability to use the RNG with an upstream kernel.
Keep the old one for backward compatibility.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
arch/arm/boot/dts/bcm2838.dtsi

index e6c79a2..60c706b 100644 (file)
 };
 
 &rng {
-       compatible = "brcm,bcm2838-rng200";
+       compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
 };
 
 &sdhost {