]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: stm32mp157c-odyssey-som: enable the RNG1
authorGrzegorz Szymaszek <gszymaszek@short.pl>
Mon, 19 Apr 2021 17:55:52 +0000 (19:55 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 28 May 2021 13:05:39 +0000 (15:05 +0200)
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>
arch/arm/dts/stm32mp157c-odyssey-som.dtsi

index 83ff2e7ce1783403e21e0de9a21e52107c8269ba..e367a311c42bc18a617dff5c59b0c034906bc249 100644 (file)
        status = "okay";
 };
 
+&rng1 {
+       status = "okay";
+};
+
 &sdmmc2 {
        pinctrl-names = "default", "opendrain", "sleep";
        pinctrl-0 = <&sdmmc2_b4_pins_a>;