mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-02 03:44:36 +08: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";
|
||
|
};
|