mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
|
/* Disabled modules for secure omaps */
|
||
|
|
||
|
#include "omap36xx.dtsi"
|
||
|
|
||
|
/* Secure omaps have some devices inaccessible depending on the firmware */
|
||
|
&aes {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&sham {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&timer12 {
|
||
|
status = "disabled";
|
||
|
};
|