| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From 0f4d508ca3dc0eac4ef4ac85190da58285f1580f Mon Sep 17 00:00:00 2001 |
| 2 | From: Stefan Wahren <wahrenst@gmx.net> |
| 3 | Date: Fri, 27 Dec 2019 12:01:17 +0100 |
| 4 | Subject: [PATCH] ARM: dts: bcm2838: Add upstream RNG compatible |
| 5 | |
| 6 | This adds the ability to use the RNG with an upstream kernel. |
| 7 | Keep the old one for backward compatibility. |
| 8 | |
| 9 | Signed-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 { |