mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
21 lines
571 B
Diff
21 lines
571 B
Diff
|
From 381ffaf15617d63c898f3b70105dc42d17e4ed3b Mon Sep 17 00:00:00 2001
|
||
|
From: Stefan Wahren <wahrenst@gmx.net>
|
||
|
Date: Sat, 4 May 2019 17:06:54 +0200
|
||
|
Subject: [PATCH 529/703] ARM: dts: Add label to bcm2835 RNG
|
||
|
|
||
|
---
|
||
|
arch/arm/boot/dts/bcm283x.dtsi | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/bcm283x.dtsi
|
||
|
+++ b/arch/arm/boot/dts/bcm283x.dtsi
|
||
|
@@ -148,7 +148,7 @@
|
||
|
<&dsi1 0>, <&dsi1 1>, <&dsi1 2>;
|
||
|
};
|
||
|
|
||
|
- rng@7e104000 {
|
||
|
+ rng: rng@7e104000 {
|
||
|
compatible = "brcm,bcm2835-rng";
|
||
|
reg = <0x7e104000 0x10>;
|
||
|
interrupts = <2 29>;
|