mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
16 lines
246 B
Text
16 lines
246 B
Text
/* 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";
|
|
};
|