boards: Add drbg0 node to the google_quincy dts file
Enable node drbg0 in the google_quincy device tree. This node is required to enable the entropy upstream test. Signed-off-by: Firas Sammoura <fsammoura@google.com>
This commit is contained in:
parent
a114b3961b
commit
d67cd57fd4
@ -61,3 +61,8 @@
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* DRBG: Deterministic Random Bit Generator */
|
||||
&drbg0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user