summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrzegorz Szymaszek <gszymaszek@short.pl>2021-04-19 19:55:52 +0200
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2021-05-28 15:05:39 +0200
commit7bda7cee2dfc824eccc6a76ea531fc90b4f7923f (patch)
tree836c8e62dd52d2258262412efd7026d2a3fc6d27
parent59066cd114ea550e379585e45e45b479821a4b88 (diff)
downloadu-boot-7bda7cee2dfc824eccc6a76ea531fc90b4f7923f.tar.gz
u-boot-7bda7cee2dfc824eccc6a76ea531fc90b4f7923f.tar.xz
u-boot-7bda7cee2dfc824eccc6a76ea531fc90b4f7923f.zip
arm: dts: stm32mp157c-odyssey-som: enable the RNG1
Enable the true random number generator. It can be used, for example, to generate partition UUIDs when partitioning with the gpt command. The generator is already enabled in the device trees of several other STM32MP1‐based boards, like DKx or DHCOM. Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
-rw-r--r--arch/arm/dts/stm32mp157c-odyssey-som.dtsi4
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 83ff2e7ce1..e367a311c4 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>;