forked from LiBwrt/openwrt-6.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipq806x: enable hw pseudo random number generator
Enables support for pseudo random number generator in device tree. Signed-off-by: Pavel Kubelun <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
target/linux/ipq806x/patches-4.4/316-dt-add-prng-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi | ||
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi | ||
@@ -336,6 +336,13 @@ | ||
}; | ||
}; | ||
|
||
+ rng@1a500000 { | ||
+ compatible = "qcom,prng"; | ||
+ reg = <0x1a500000 0x200>; | ||
+ clocks = <&gcc PRNG_CLK>; | ||
+ clock-names = "core"; | ||
+ }; | ||
+ | ||
qcom_pinmux: pinmux@800000 { | ||
compatible = "qcom,ipq8064-pinctrl"; | ||
reg = <0x800000 0x4000>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ Signed-off-by: Mathieu Olivari <[email protected]> | |
}; | ||
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi | ||
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi | ||
@@ -910,6 +910,92 @@ | ||
@@ -917,6 +917,92 @@ | ||
|
||
status = "disabled"; | ||
}; | ||
|