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 <dawidn@google.com>
This commit is contained in:
parent
421ca39cf0
commit
a6b409f02a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue