git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b1e83
)
arm: dts: imx6ull-14x14-evk-u-boot: add rngb
author
Ricardo Salveti
<ricardo@foundries.io>
Tue, 8 Aug 2023 11:03:02 +0000
(14:03 +0300)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 16 Oct 2023 06:46:01 +0000
(08:46 +0200)
Linux microPlatform uses an rngb device in optee-os in boot scheme
SPL -> OPTEE -> U-Boot. To make rngb available for optee-os, enable
it in SPL.
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Co-developed-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
b/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
index
a6c2cc8
..
0b18571
100644
(file)
--- a/
arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
+++ b/
arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
@@
-6,3
+6,7
@@
&pinctrl_uart1 {
bootph-all;
};
+
+&rngb {
+ bootph-all;
+};