1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 15:25:21 +01:00

arm: dts: imx6ull-14x14-evk-u-boot: add rngb

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>
This commit is contained in:
Ricardo Salveti
2023-08-08 14:03:02 +03:00
committed by Stefano Babic
parent 43b1e83a73
commit 004bd3ff03

View File

@@ -6,3 +6,7 @@
&pinctrl_uart1 {
bootph-all;
};
&rngb {
bootph-all;
};