diff options
author | Tom Rini | 2021-05-28 14:11:06 -0400 |
---|---|---|
committer | Tom Rini | 2021-05-28 14:11:06 -0400 |
commit | ffd810487ec2ff6095edf3f3d058d7ed6eb85ff3 (patch) | |
tree | dc6cdd1f626e682840b22699ddc9b3ce0d0f319c /arch | |
parent | d862ddb8d783202dcab3601cdbc3775509a70597 (diff) | |
parent | 7bda7cee2dfc824eccc6a76ea531fc90b4f7923f (diff) |
Merge tag 'u-boot-stm32-20210528' of https://source.denx.de/u-boot/custodians/u-boot-stm
- DFU: MTD: fix for lock support
- reset: stm32: fix bank bank and offset computation
- enable UNZIP config in several stm32mp defconfig
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi index 83ff2e7ce17..e367a311c42 100644 --- a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi +++ b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi @@ -258,6 +258,10 @@ status = "okay"; }; +&rng1 { + status = "okay"; +}; + &sdmmc2 { pinctrl-names = "default", "opendrain", "sleep"; pinctrl-0 = <&sdmmc2_b4_pins_a>; |