blob: 1ff626489546cc570e8c6ad00207225ed1f81f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* 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";
};
|