blob: 2feda7389ea999f506b9ff1e0f84ca393f77e57d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 0f4d508ca3dc0eac4ef4ac85190da58285f1580f Mon Sep 17 00:00:00 2001
2From: Stefan Wahren <wahrenst@gmx.net>
3Date: Fri, 27 Dec 2019 12:01:17 +0100
4Subject: [PATCH] ARM: dts: bcm2838: Add upstream RNG compatible
5
6This adds the ability to use the RNG with an upstream kernel.
7Keep the old one for backward compatibility.
8
9Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
10---
11 arch/arm/boot/dts/bcm2838.dtsi | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14--- a/arch/arm/boot/dts/bcm2838.dtsi
15+++ b/arch/arm/boot/dts/bcm2838.dtsi
16@@ -682,7 +682,7 @@
17 };
18
19 &rng {
20- compatible = "brcm,bcm2838-rng200";
21+ compatible = "brcm,bcm2711-rng200", "brcm,bcm2838-rng200";
22 };
23
24 &sdhost {