mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 00:10:51 +07:00
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
|
/* Disabled modules for secure omaps */
|
||
|
|
||
|
#include "omap34xx.dtsi"
|
||
|
|
||
|
/* Secure omaps have some devices inaccessible depending on the firmware */
|
||
|
&aes {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&sham {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&timer12 {
|
||
|
status = "disabled";
|
||
|
};
|