From a6b409f02ada684c3db7db6f3fe8bc5f424bd5c7 Mon Sep 17 00:00:00 2001 From: Dawid Niedzwiecki Date: Tue, 6 Aug 2024 14:03:34 +0200 Subject: [PATCH] boards: google_dragonclaw: enable rng module Enable the rng module for the google_dragonclaw board by default. The RNG module is always used anyway and it helps with running tests that needs entropy. Signed-off-by: Dawid Niedzwiecki --- boards/google/dragonclaw/google_dragonclaw.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/google/dragonclaw/google_dragonclaw.dts b/boards/google/dragonclaw/google_dragonclaw.dts index a0f7932d8ae..8c279320d4d 100644 --- a/boards/google/dragonclaw/google_dragonclaw.dts +++ b/boards/google/dragonclaw/google_dragonclaw.dts @@ -92,6 +92,10 @@ }; }; +&rng { + status = "okay"; +}; + /* * Set flags of unused pins as GPIO_ACTIVE_HIGH (0 << 0), which will be * interpreted by GPIO driver as GPIO_DISCONNECTED, without setting the gpio as