diff options
| author | Ricardo Salveti <[email protected]> | 2023-08-08 14:03:02 +0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-10-16 08:46:01 +0200 |
| commit | 004bd3ff031dad641c30fc17be2c08f4a6fb8a84 (patch) | |
| tree | 76c4806f7b1c0a3eaa044dd43b79ce60a6bd0911 /arch | |
| parent | 43b1e83a73dd14cfd58941a77907c028c5b9f26e (diff) | |
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 <[email protected]>
Co-developed-by: Oleksandr Suvorov <[email protected]>
Signed-off-by: Oleksandr Suvorov <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi b/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi index a6c2cc8c1ad..0b185712f9b 100644 --- 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; +}; |
