]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: imx6ull-14x14-evk-u-boot: add rngb
authorRicardo Salveti <ricardo@foundries.io>
Tue, 8 Aug 2023 11:03:02 +0000 (14:03 +0300)
committerStefano 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

index a6c2cc8c1ad5d25bab93785ec19e34c8469371d9..0b185712f9b734d76ed458ab2aeecf351e500c7b 100644 (file)
@@ -6,3 +6,7 @@
 &pinctrl_uart1 {
        bootph-all;
 };
+
+&rngb {
+       bootph-all;
+};