Skip to content

Commit c458d92

Browse files
JordanYateskartben
authored andcommitted
dts: nordic: rng_hci disabled by default
As a software construct that depends upon Bluetooth being enabled, this device should not be enabled by default. Most nRF SoC's have internal `RNG` hardware that is much more efficient to access. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 864d818 commit c458d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/vendor/nordic/nrf_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
rng_hci: entropy_bt_hci {
3434
compatible = "zephyr,bt-hci-entropy";
35-
status = "okay";
35+
status = "disabled";
3636
};
3737

3838
sw_pwm: sw-pwm {

0 commit comments

Comments
 (0)