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>
This commit is contained in:
Grzegorz Szymaszek 2021-04-19 19:55:52 +02:00 committed by Patrick Delaunay
parent 59066cd114
commit 7bda7cee2d

View File

@ -258,6 +258,10 @@
status = "okay"; status = "okay";
}; };
&rng1 {
status = "okay";
};
&sdmmc2 { &sdmmc2 {
pinctrl-names = "default", "opendrain", "sleep"; pinctrl-names = "default", "opendrain", "sleep";
pinctrl-0 = <&sdmmc2_b4_pins_a>; pinctrl-0 = <&sdmmc2_b4_pins_a>;